| Package | Description |
|---|---|
| com.mockrunner.base | |
| com.mockrunner.mock.web | |
| com.mockrunner.servlet |
| Constructor and Description |
|---|
GenericHTMLOutputModule(WebMockObjectFactory factory) |
HTMLOutputModule(WebMockObjectFactory mockFactory) |
WebTestModule(WebMockObjectFactory mockFactory) |
| Modifier and Type | Method and Description |
|---|---|
JasperJspFactory |
JasperJspFactory.configure(WebMockObjectFactory mockFactory)
Configures this implementation for EL support.
|
| Constructor and Description |
|---|
WebMockObjectFactory(WebMockObjectFactory factory)
Creates a set of mock objects based on another one.
|
WebMockObjectFactory(WebMockObjectFactory factory,
boolean createNewSession)
Creates a set of mock objects based on another one.
|
| Modifier and Type | Method and Description |
|---|---|
protected WebMockObjectFactory |
BasicServletTestCaseAdapter.createWebMockObjectFactory()
Creates a
WebMockObjectFactory. |
protected WebMockObjectFactory |
BasicServletTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory)
Same as
createWebMockObjectFactory(otherFactory, true). |
protected WebMockObjectFactory |
BasicServletTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory,
boolean createNewSession)
Creates a
WebMockObjectFactory based on another
WebMockObjectFactory. |
protected WebMockObjectFactory |
BasicServletTestCaseAdapter.getWebMockObjectFactory()
Gets the
WebMockObjectFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected ServletTestModule |
BasicServletTestCaseAdapter.createServletTestModule(WebMockObjectFactory mockFactory)
Creates a
ServletTestModule with the specified
WebMockObjectFactory. |
protected WebMockObjectFactory |
BasicServletTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory)
Same as
createWebMockObjectFactory(otherFactory, true). |
protected WebMockObjectFactory |
BasicServletTestCaseAdapter.createWebMockObjectFactory(WebMockObjectFactory otherFactory,
boolean createNewSession)
Creates a
WebMockObjectFactory based on another
WebMockObjectFactory. |
protected void |
BasicServletTestCaseAdapter.setWebMockObjectFactory(WebMockObjectFactory webMockObjectFactory)
Sets the
WebMockObjectFactory. |
| Constructor and Description |
|---|
ServletTestModule(WebMockObjectFactory mockFactory) |
Copyright © 2003-2015. All Rights Reserved.