Class | Description |
---|---|
AbstractComponentTest |
Base class for creating unit tests for wicket components.
|
ExtendedWicketTester |
A helper class to ease unit testing of Wicket form components without the need for a servlet
container.
|
ExtendedWicketTester.StartComponentInForm |
A page that is used as the automatically created page for
ExtendedWicketTester.startComponentInForm(Class, String) and the other variations. |
Exception | Description |
---|---|
TestNotStartedException |
TestNotStartedException is thrown when
AbstractComponentTest gets a call to
AbstractComponentTest.getTarget() before getting a call to
AbstractComponentTest.startTest(Component) or
AbstractComponentTest.startTest(Component, boolean) |
Copyright © 2014–2019 Premium Minds. All rights reserved.