Class GroupByDataLayerTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
GroupByDataLayerTest
public GroupByDataLayerTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
testOneLevelGrouping
@Test public void testOneLevelGrouping() -
testGetElementsInGroupWithNullValue
@Test public void testGetElementsInGroupWithNullValue() -
testTwoLevelGrouping
@Test public void testTwoLevelGrouping() -
testTwoLevelGroupingAddRemoveAll
@Test public void testTwoLevelGroupingAddRemoveAll() -
testConfigLabelsWithoutGrouping
@Test public void testConfigLabelsWithoutGrouping() -
testConfigLabelsWithGrouping
@Test public void testConfigLabelsWithGrouping() -
testConfigLabelsWithGroupingAndSummary
@Test public void testConfigLabelsWithGroupingAndSummary() -
testConfigLabelsWithGroupingAndSummaryWithConditional
@Test public void testConfigLabelsWithGroupingAndSummaryWithConditional() -
testOneLevelGroupSortTree
@Test public void testOneLevelGroupSortTree() -
testOneLevelGroupSortOther
@Test public void testOneLevelGroupSortOther() -
testOneLevelGroupSortSummary
@Test public void testOneLevelGroupSortSummary() -
testTwoLevelGroupSortSummary
@Test public void testTwoLevelGroupSortSummary() -
testTwoLevelGroupWithCustomComparator
@Test public void testTwoLevelGroupWithCustomComparator() -
testKeepSortOnGrouping
@Test public void testKeepSortOnGrouping() -
testProvidedLabels
@Test public void testProvidedLabels() -
testGroupByItemCount
@Test public void testGroupByItemCount() -
testGroupByItemCountAfterListChange
@Test public void testGroupByItemCountAfterListChange() -
testRetainCollapsedStateOnGrouping
@Test public void testRetainCollapsedStateOnGrouping() -
testClearCollapsedStateOnReGrouping
@Test public void testClearCollapsedStateOnReGrouping() -
shouldKeepInitialOrderOnFilteredGrouping
@Test public void shouldKeepInitialOrderOnFilteredGrouping() -
shouldGetCustomConfigLabelsByRowIndex
@Test public void shouldGetCustomConfigLabelsByRowIndex() -
shouldSwitchGroupingTypesOnLoad
@Test public void shouldSwitchGroupingTypesOnLoad() -
shouldUpdateGroupByModelViaAPI
@Test public void shouldUpdateGroupByModelViaAPI()
-