org.eclipse.nebula.widgets.nattable.selection.preserve
Class SelectionsTest

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.selection.preserve.SelectionsTest

public class SelectionsTest
extends Object


Constructor Summary
SelectionsTest()
           
 
Method Summary
 void Clear_Removes_All_Selections()
           
 void Deselecting_Cells_Does_Only_Affect_Those_Cells()
           
 void Fully_Deselected_Row_Doesent_Linger()
           
 void Fully_Deselecting_All_Rows_Causes_Is_Empty()
           
 void getColumns()
           
 void getRows()
           
 void getSelections_Retrieves_All_Cells()
           
 void Never_Selected_Cell_Is_Not_Selected()
           
 void None_Selected_Cells_Is_Empty()
           
 void Selected_Cell_Is_Not_Empty()
           
 void Selecting_A_Cell_For_Already_Selected_Row()
           
 void Selecting_A_Cell_For_Unselected_Row()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionsTest

public SelectionsTest()
Method Detail

Never_Selected_Cell_Is_Not_Selected

public void Never_Selected_Cell_Is_Not_Selected()

Selecting_A_Cell_For_Unselected_Row

public void Selecting_A_Cell_For_Unselected_Row()

Selecting_A_Cell_For_Already_Selected_Row

public void Selecting_A_Cell_For_Already_Selected_Row()

Clear_Removes_All_Selections

public void Clear_Removes_All_Selections()

Deselecting_Cells_Does_Only_Affect_Those_Cells

public void Deselecting_Cells_Does_Only_Affect_Those_Cells()

Fully_Deselected_Row_Doesent_Linger

public void Fully_Deselected_Row_Doesent_Linger()

None_Selected_Cells_Is_Empty

public void None_Selected_Cells_Is_Empty()

Selected_Cell_Is_Not_Empty

public void Selected_Cell_Is_Not_Empty()

Fully_Deselecting_All_Rows_Causes_Is_Empty

public void Fully_Deselecting_All_Rows_Causes_Is_Empty()

getSelections_Retrieves_All_Cells

public void getSelections_Retrieves_All_Cells()

getRows

public void getRows()

getColumns

public void getColumns()


Copyright © 2015. All rights reserved.