Class FillHandleSeriesTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.fillhandle.FillHandleSeriesTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidtearDown()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
FillHandleSeriesTest
public FillHandleSeriesTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
tearDown
@AfterEach public void tearDown() -
testSingleCellIntegerValueDragDown
@Test public void testSingleCellIntegerValueDragDown() -
testSingleCellIntegerValueDragUp
@Test public void testSingleCellIntegerValueDragUp() -
testSingleCellIntegerValueDragRight
@Test public void testSingleCellIntegerValueDragRight() -
testSingleCellIntegerValueDragLeft
@Test public void testSingleCellIntegerValueDragLeft() -
testSingleCellByteValueDragDown
@Test public void testSingleCellByteValueDragDown() -
testSingleCellShortValueDragDown
@Test public void testSingleCellShortValueDragDown() -
testSingleCellLongValueDragDown
@Test public void testSingleCellLongValueDragDown() -
testSingleCellFloatValueDragDown
@Test public void testSingleCellFloatValueDragDown() -
testSingleCellDoubleValueDragDown
@Test public void testSingleCellDoubleValueDragDown() -
testSingleCellBigIntegerValueDragDown
@Test public void testSingleCellBigIntegerValueDragDown() -
testSingleCellBigDecimalValueDragDown
@Test public void testSingleCellBigDecimalValueDragDown() -
testSingleCellDateValueDragDown
@Test public void testSingleCellDateValueDragDown() -
testSingleCellDateValueDragUp
@Test public void testSingleCellDateValueDragUp() -
testMultiCellSameDiffIntegerValueDragDown
@Test public void testMultiCellSameDiffIntegerValueDragDown() -
testMultiCellSameDiffIntegerValueDragRight
@Test public void testMultiCellSameDiffIntegerValueDragRight() -
testMultiCellSameDiffIntegerValueDragUp
@Test public void testMultiCellSameDiffIntegerValueDragUp() -
testMultiCellSameDiffIntegerValueDragLeft
@Test public void testMultiCellSameDiffIntegerValueDragLeft() -
testMultiCellSameDiffByteValueDragDown
@Test public void testMultiCellSameDiffByteValueDragDown() -
testMultiCellSameDiffShortValueDragDown
@Test public void testMultiCellSameDiffShortValueDragDown() -
testMultiCellSameDiffLongValueDragDown
@Test public void testMultiCellSameDiffLongValueDragDown() -
testMultiCellSameDiffFloatValueDragDown
@Test public void testMultiCellSameDiffFloatValueDragDown() -
testMultiCellSameDiffDoubleValueDragDown
@Test public void testMultiCellSameDiffDoubleValueDragDown() -
testMultiCellSameDiffBigIntegerValueDragDown
@Test public void testMultiCellSameDiffBigIntegerValueDragDown() -
testMultiCellSameDiffBigDecimalValueDragDown
@Test public void testMultiCellSameDiffBigDecimalValueDragDown() -
testMultiCellSameDiffDateValueDragDown
@Test public void testMultiCellSameDiffDateValueDragDown() -
testMultiCellSameDiffDateYearValueDragDown
@Test public void testMultiCellSameDiffDateYearValueDragDown() -
testMultiCellSameDiffByteValueDragRight
@Test public void testMultiCellSameDiffByteValueDragRight() -
testMultiCellSameDiffShortValueDragRight
@Test public void testMultiCellSameDiffShortValueDragRight() -
testMultiCellSameDiffLongValueDragRight
@Test public void testMultiCellSameDiffLongValueDragRight() -
testMultiCellSameDiffFloatValueDragRight
@Test public void testMultiCellSameDiffFloatValueDragRight() -
testMultiCellSameDiffDoubleValueDragRight
@Test public void testMultiCellSameDiffDoubleValueDragRight() -
testMultiCellSameDiffBigIntegerValueDragRight
@Test public void testMultiCellSameDiffBigIntegerValueDragRight() -
testMultiCellSameDiffBigDecimalValueDragRight
@Test public void testMultiCellSameDiffBigDecimalValueDragRight() -
testMultiCellSameDiffDateValueDragRight
@Test public void testMultiCellSameDiffDateValueDragRight() -
testMultiCellDifferentIntegerValueDragDown
@Test public void testMultiCellDifferentIntegerValueDragDown() -
testMultiCellIntegerValueDragDown
@Test public void testMultiCellIntegerValueDragDown() -
testMultiCellIntegerValueDragRight
@Test public void testMultiCellIntegerValueDragRight() -
testByteNullCellValueDragDown
@Test public void testByteNullCellValueDragDown() -
testShortNullCellValueDragDown
@Test public void testShortNullCellValueDragDown() -
testIntegerNullCellValueDragDown
@Test public void testIntegerNullCellValueDragDown() -
testLongNullCellValueDragDown
@Test public void testLongNullCellValueDragDown() -
testFloatNullCellValueDragDown
@Test public void testFloatNullCellValueDragDown() -
testDoubleNullCellValueDragDown
@Test public void testDoubleNullCellValueDragDown() -
testBigIntegerNullCellValueDragDown
@Test public void testBigIntegerNullCellValueDragDown() -
testBigDecimalNullCellValueDragDown
@Test public void testBigDecimalNullCellValueDragDown() -
testDateNullCellValueDragDown
@Test public void testDateNullCellValueDragDown() -
testMultiCellDifferentTypesDragDown
@Test public void testMultiCellDifferentTypesDragDown() -
testMultiCellDifferentTypesDragRight
@Test public void testMultiCellDifferentTypesDragRight()
-