Class HierarchicalTreeLayerGlazedListsTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.hierarchical.HierarchicalTreeLayerGlazedListsTest
-
Constructor Details
-
HierarchicalTreeLayerGlazedListsTest
public HierarchicalTreeLayerGlazedListsTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
tearDown
@AfterEach public void tearDown() -
shouldRetainCollapsedStateOnSort
@Test public void shouldRetainCollapsedStateOnSort() throws InterruptedException, ExecutionException, TimeoutException -
shouldFindIndex
@Test public void shouldFindIndex() -
shouldRetainCollapsedStateOnDescSorting
@Test public void shouldRetainCollapsedStateOnDescSorting() throws InterruptedException, ExecutionException, TimeoutException -
shouldRetainCollapsedStateOnFilter
@Test public void shouldRetainCollapsedStateOnFilter() throws InterruptedException, ExecutionException, TimeoutException -
shouldClearCollapsedStateOnFilter
@Test public void shouldClearCollapsedStateOnFilter() throws InterruptedException, ExecutionException, TimeoutException -
shouldCleanupRetainedCollapsedStates
@Test public void shouldCleanupRetainedCollapsedStates() throws InterruptedException, ExecutionException, TimeoutException -
shouldBecomeUnsorted
@Test public void shouldBecomeUnsorted() -
shouldOnlySortFirstLevel
@Test public void shouldOnlySortFirstLevel() -
shouldOnlySortMiddleLevel
@Test public void shouldOnlySortMiddleLevel() -
shouldOnlySortLastLevel
@Test public void shouldOnlySortLastLevel()
-