Search in sources :

Example 1 with WicketApplication

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);
}
Also used : WicketTester(org.apache.wicket.util.tester.WicketTester) WicketApplication(sandbox.WicketApplication) Before(org.junit.Before)

Example 2 with WicketApplication

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);
}
Also used : WicketTester(org.apache.wicket.util.tester.WicketTester) WicketApplication(sandbox.WicketApplication) Before(org.junit.Before)

Example 3 with WicketApplication

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);
}
Also used : WicketTester(org.apache.wicket.util.tester.WicketTester) WicketApplication(sandbox.WicketApplication) Before(org.junit.Before)

Example 4 with WicketApplication

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);
}
Also used : WicketTester(org.apache.wicket.util.tester.WicketTester) WicketApplication(sandbox.WicketApplication) Before(org.junit.Before)

Aggregations

WicketTester (org.apache.wicket.util.tester.WicketTester)4 Before (org.junit.Before)4 WicketApplication (sandbox.WicketApplication)4