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);
}
Aggregations