Class EditIntegrationTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.test.integration.EditIntegrationTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetup()voidtearDown()voidvoidvoidvoidTest case that ensures that an editor, which is closed via API, is also removed from the table.voidTest case that ensures that an editor, which is committed through the EditUtils, is also removed from the table.voidvoidvoidvoid
-
Constructor Details
-
EditIntegrationTest
public EditIntegrationTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
tearDown
@AfterEach public void tearDown() -
testNotEditableByDefault
@Test public void testNotEditableByDefault() -
testEditorActivatedDuringInlineCellEdit
@Test public void testEditorActivatedDuringInlineCellEdit() -
testEditorClosesWhenANewEditCommandIsFired
@Test public void testEditorClosesWhenANewEditCommandIsFired() -
testEditorResize
@Test public void testEditorResize() -
testDataValidation
@Test public void testDataValidation() -
directlyTypingInACellShoudlStartEditing
- Throws:
Exception
-
mustCommitValidValuesOnPressingEnter
- Throws:
Exception
-
clickingOnTheCheckBoxMustToggleItsValue
- Throws:
Exception
-
pressingESCMustDiscardTheValueEnteredAndCloseControl
- Throws:
Exception
-
comboBoxShouldCommitWhenAValueIsSelectedByClickingOnIt
- Throws:
Exception
-
openEditorForSpannedCellsShouldOpenInline
- Throws:
Exception
-
updateAllUnderlyingCellsIfSpanned
- Throws:
Exception
-
moveOriginIntoViewportOnOpenSpannedCellInScrolledState
- Throws:
Exception
-
testEditorRemovedWhenCommitted
@Test public void testEditorRemovedWhenCommitted()Test case that ensures that an editor, which is committed through the EditUtils, is also removed from the table.Ensures that the backward compatibility is not broken.
-
testEditorRemovedWhenClosed
@Test public void testEditorRemovedWhenClosed()Test case that ensures that an editor, which is closed via API, is also removed from the table.Ensures that the backward compatibility is not broken.
-