Class RowGroupHeaderLayerTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.group.RowGroupHeaderLayerTest

public class RowGroupHeaderLayerTest extends Object
  • Field Details

  • Constructor Details

    • RowGroupHeaderLayerTest

      public RowGroupHeaderLayerTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • shouldGetSameCellForACellInSameRowGroup

      @Test public void shouldGetSameCellForACellInSameRowGroup()
    • collapsedRowGroupShouldNotBeSpanned

      @Test public void collapsedRowGroupShouldNotBeSpanned()
    • getCellForACellNotInAColumnGroup

      @Test public void getCellForACellNotInAColumnGroup()
    • getDataValueByPosition

      @Test public void getDataValueByPosition()
    • getRowHeightByPosition

      @Test public void getRowHeightByPosition()
    • getRowHeightWhenNoColumnGroupsPresent

      @Test public void getRowHeightWhenNoColumnGroupsPresent()
    • getCellSpan

      @Test public void getCellSpan()
    • getCellSpanWhenRowsInGroupAreHidden

      @Test public void getCellSpanWhenRowsInGroupAreHidden()
    • testConfigLabels

      @Test public void testConfigLabels()
    • testConfigLabelsWithAccumulator

      @Test public void testConfigLabelsWithAccumulator()
    • testColumnWidthByPosition

      @Test public void testColumnWidthByPosition()