Class RowResizeCommandTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.resize.command.RowResizeCommandTest
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RowResizeCommandTest
public RowResizeCommandTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
testHandleRowResizeCommand
@Test public void testHandleRowResizeCommand() -
testResizeWithoutDownscale
@Test public void testResizeWithoutDownscale() -
testResizeWithDownscale
@Test public void testResizeWithDownscale() -
shouldResizePercentageSizedRow
@Test public void shouldResizePercentageSizedRow() -
shouldResizePercentageSizedColumnWithoutDownscale
@Test public void shouldResizePercentageSizedColumnWithoutDownscale() -
shouldResizePercentageSizedColumnWithDownscale
@Test public void shouldResizePercentageSizedColumnWithDownscale()
-