Class RowSelectionIntegrationTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowSelectionIntegrationTest
-
Constructor Details
-
RowSelectionIntegrationTest
public RowSelectionIntegrationTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
tearDown
@AfterEach public void tearDown() -
shouldPreserveRowSelectionOnDataUpdates
- Throws:
Exception
-
shouldPreserveRowSelectionOnSort
- Throws:
Exception
-
onlyOneRowSelectedAtAnyTime
@Test public void onlyOneRowSelectedAtAnyTime() -
onlySelectRowEventsFired
@Test public void onlySelectRowEventsFired() -
setSingleSelectionViaProvider
@Test public void setSingleSelectionViaProvider() -
setMultipleSelectionViaProvider
@Test public void setMultipleSelectionViaProvider() -
setMultipleSelectionViaProviderWithAdd
@Test public void setMultipleSelectionViaProviderWithAdd() -
testColumnSelectionProcessing
@Test public void testColumnSelectionProcessing() -
shouldClearSelectionOnSetEmpty
@Test public void shouldClearSelectionOnSetEmpty() -
shouldClearSelectionOnSetEmptyOnAdd
@Test public void shouldClearSelectionOnSetEmptyOnAdd() -
shouldReturnEmptySelectionOnNoSelection
@Test public void shouldReturnEmptySelectionOnNoSelection() -
shouldIgnoreNullSelectionListener
@Test public void shouldIgnoreNullSelectionListener()
-