use of sandbox.WicketApplication in project sandbox by irof.
the class ResourcePageTest method setUp.
@Before
public void setUp() {
tester = new WicketTester(new WicketApplication());
tester.startPage(ResourcePage.class);
}
use of sandbox.WicketApplication in project sandbox by irof.
the class ListPanelTest method setUp.
@Before
public void setUp() {
tester = new WicketTester(new WicketApplication());
tester.startComponentInPage(ListPanel.class);
}
use of sandbox.WicketApplication in project sandbox by irof.
the class ButtonPanelTest method setup.
@Before
public void setup() {
tester = new WicketTester(new WicketApplication());
tester.startComponentInPage(ButtonPanel.class);
}
use of sandbox.WicketApplication in project sandbox by irof.
the class MiscPageTest method setup.
@Before
public void setup() {
tester = new WicketTester(new WicketApplication());
tester.startPage(MiscPage.class);
}
Aggregations