| Package | Description |
|---|---|
| org.apache.wicket.util.tester |
A package with utility classes to ease unit testing of Wicket applications without the need for
a servlet container.
|
| Modifier and Type | Method and Description |
|---|---|
MockHttpServletResponse |
BaseWicketTester.getLastResponse() |
MockHttpServletResponse |
BaseWicketTester.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<MockHttpServletResponse> |
BaseWicketTester.getPreviousResponses() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseWicketTester.setLastResponse(MockHttpServletResponse response) |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.