Class RowHideShowLayerStructuralChangeEventTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.hideshow.RowHideShowLayerStructuralChangeEventTest
Test class for testing handling of IStructuralChangeEvents in
RowHideShowLayer
- Author:
- Dirk Fauth
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowHideShowLayerStructuralChangeEventTest
public RowHideShowLayerStructuralChangeEventTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
testHandleRowDeleteEvent
@Test public void testHandleRowDeleteEvent() -
testHandleHiddenRowDeleteEvent
@Test public void testHandleHiddenRowDeleteEvent() -
testHandleLastRowDeleteEvent
@Test public void testHandleLastRowDeleteEvent() -
testHandleMultipleRowDeleteEvent
@Test public void testHandleMultipleRowDeleteEvent() -
testHandleRowAddEvent
@Test public void testHandleRowAddEvent()
-