Class SelectionsTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.preserve.SelectionsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidgetRows()voidvoidvoidvoidvoidvoid
-
Constructor Details
-
SelectionsTest
public SelectionsTest()
-
-
Method Details
-
Never_Selected_Cell_Is_Not_Selected
@Test public void Never_Selected_Cell_Is_Not_Selected() -
Selecting_A_Cell_For_Unselected_Row
@Test public void Selecting_A_Cell_For_Unselected_Row() -
Selecting_A_Cell_For_Already_Selected_Row
@Test public void Selecting_A_Cell_For_Already_Selected_Row() -
Clear_Removes_All_Selections
@Test public void Clear_Removes_All_Selections() -
Deselecting_Cells_Does_Only_Affect_Those_Cells
@Test public void Deselecting_Cells_Does_Only_Affect_Those_Cells() -
Fully_Deselected_Row_Doesent_Linger
@Test public void Fully_Deselected_Row_Doesent_Linger() -
None_Selected_Cells_Is_Empty
@Test public void None_Selected_Cells_Is_Empty() -
Selected_Cell_Is_Not_Empty
@Test public void Selected_Cell_Is_Not_Empty() -
Fully_Deselecting_All_Rows_Causes_Is_Empty
@Test public void Fully_Deselecting_All_Rows_Causes_Is_Empty() -
getSelections_Retrieves_All_Cells
@Test public void getSelections_Retrieves_All_Cells() -
getRows
@Test public void getRows() -
getColumns
@Test public void getColumns()
-