use of org.eclipse.nebula.widgets.nattable.test.fixture.command.LayerCommandFixture in project nebula.widgets.nattable by eclipse.
the class RowReorderLayerTest method commandPassedOnToParentIfCannotBeHandled.
@Test
public void commandPassedOnToParentIfCannotBeHandled() throws Exception {
RowReorderLayer reorderLayer = new RowReorderLayer(new DataLayerFixture());
assertFalse(reorderLayer.doCommand(new LayerCommandFixture()));
}
Aggregations