Class GlazedListTreeRowModelExpandCollapseTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree.GlazedListTreeRowModelExpandCollapseTest

public class GlazedListTreeRowModelExpandCollapseTest extends Object
  • Constructor Details

    • GlazedListTreeRowModelExpandCollapseTest

      public GlazedListTreeRowModelExpandCollapseTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • testInitialExpanded

      @Test public void testInitialExpanded()
    • testCollapseAllStepByStep

      @Test public void testCollapseAllStepByStep()
    • testCollapseAll

      @Test public void testCollapseAll()
    • testCollapseExpandAll

      @Test public void testCollapseExpandAll()
    • testCollapseAllNonUnique

      @Test public void testCollapseAllNonUnique()
    • testCollapseExpandAllNonUnique

      @Test public void testCollapseExpandAllNonUnique()
    • testGetChildrenByIndex

      @Test public void testGetChildrenByIndex()
    • testExpandCollapseByIndex

      @Test public void testExpandCollapseByIndex()
    • testExpandCollapseByObject

      @Test public void testExpandCollapseByObject()
    • testExpandToLevel

      @Test public void testExpandToLevel()