public abstract class BasicWebTestCase extends Object
WebTestModule. The corresponding
adapters extend this class. This class is used for the basic
adapter versions.| Constructor and Description |
|---|
BasicWebTestCase() |
BasicWebTestCase(String arg0) |
public BasicWebTestCase()
public BasicWebTestCase(String arg0)
protected abstract WebTestModule getWebTestModule()
protected void addRequestParameter(String key)
WebTestModule.addRequestParameter(String)protected void addRequestParameter(String key, String value)
WebTestModule.addRequestParameter(String, String)protected void addRequestParameter(String key, String[] values)
WebTestModule.addRequestParameter(String, String[])protected String getRequestParameter(String key)
WebTestModule.getRequestParameter(String)protected Object getRequestAttribute(String key)
WebTestModule.getRequestAttribute(String)protected void setRequestAttribute(String key, Object value)
WebTestModule.setRequestAttribute(String, Object)protected Object getSessionAttribute(String key)
WebTestModule.setRequestAttribute(String, Object)protected void setSessionAttribute(String key, Object value)
WebTestModule.setSessionAttribute(String, Object)Copyright © 2003-2015. All Rights Reserved.