1 package org.esigate.test.driver; 2 3 /** 4 * Base class for end-to-end testing of Esigate. 5 * 6 * <p> 7 * Provides methods to create Driver, HttpRequest and HttpResponses. 8 * 9 * @author Nicolas Richeton 10 * 11 */ 12 public abstract class AbstractDriverTestCase { 13 14 }