Class SortIntegrationTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.SortIntegrationTest
-
Constructor Details
-
SortIntegrationTest
public SortIntegrationTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
tearDown
@AfterEach public void tearDown() -
shouldSortByClickingOnTheHeader
@Test public void shouldSortByClickingOnTheHeader() -
shouldNotSortUnsortableColumns
@Test public void shouldNotSortUnsortableColumns() -
shouldUseCustomCompratorsIfSpecified
@Test public void shouldUseCustomCompratorsIfSpecified() -
multipleSort
@Test public void multipleSort() -
shouldPersistSortStateToProperties
- Throws:
Exception
-
shouldRestoreSortStateFromProperties
- Throws:
Exception
-
shouldSortColumnByCommand
@Test public void shouldSortColumnByCommand() -
shouldChangeSortColumnByCommand
@Test public void shouldChangeSortColumnByCommand() -
shouldChangeSortDirectionByCommand
@Test public void shouldChangeSortDirectionByCommand() -
shouldRemoveSortByCommand
@Test public void shouldRemoveSortByCommand() -
shouldAppendSortColumnsByCommand
@Test public void shouldAppendSortColumnsByCommand() -
shouldChangeLastAppendedSortColumnByCommand
@Test public void shouldChangeLastAppendedSortColumnByCommand() -
shouldRemoveLastAppendedSortColumnByCommand
@Test public void shouldRemoveLastAppendedSortColumnByCommand() -
shouldChangeFirstAppendedSortColumnByCommand
@Test public void shouldChangeFirstAppendedSortColumnByCommand() -
shouldNotRemoveFirstAppendedSortColumnByCommand
@Test public void shouldNotRemoveFirstAppendedSortColumnByCommand() -
shouldUpdateFirstAppendedSortColumnOnlyIfNotAccumulateByCommand
@Test public void shouldUpdateFirstAppendedSortColumnOnlyIfNotAccumulateByCommand()
-