Search in sources :

Example 1 with TestableParentPanel

use of limelight.ui.model.TestableParentPanel in project limelight by slagyr.

the class PanelEventHandlerTest method setUp.

@Before
public void setUp() throws Exception {
    action = new MockEventAction();
    parent = new TestableParentPanel();
    panel = new TestablePanelBase();
    parent.add(panel);
}
Also used : TestableParentPanel(limelight.ui.model.TestableParentPanel) TestablePanelBase(limelight.ui.model.TestablePanelBase) MockEventAction(limelight.ui.model.inputs.MockEventAction) Before(org.junit.Before)

Aggregations

TestablePanelBase (limelight.ui.model.TestablePanelBase)1 TestableParentPanel (limelight.ui.model.TestableParentPanel)1 MockEventAction (limelight.ui.model.inputs.MockEventAction)1 Before (org.junit.Before)1