Package org.nuiton.math.matrix.gui
Class MatrixTableModelTest
- java.lang.Object
- 
- org.nuiton.math.matrix.AbstractMatrixTest
- 
- org.nuiton.math.matrix.gui.MatrixTableModelTest
 
 
- 
 public class MatrixTableModelTest extends AbstractMatrixTest MatrixTableModelND. Created: 21 mars 2006 19:05:06- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected MatrixNDmatprotected MatrixTableModelNDmodel
 - 
Constructor SummaryConstructors Constructor Description MatrixTableModelTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetColumnCount()voidtestGetColumnNameInt()voidtestGetRowCount()voidtestGetValue()voidtestGetValueAt()voidtestIsCellEditable()voidtestSetMatrix()voidtestSetValueAtObjectIntInt()voidtestTableToMatrix()- 
Methods inherited from class org.nuiton.math.matrix.AbstractMatrixTestdisableTests, initI18n
 
- 
 
- 
- 
- 
Field Detail- 
modelprotected MatrixTableModelND model 
 - 
matprotected MatrixND mat 
 
- 
 - 
Method Detail- 
testSetMatrixpublic void testSetMatrix() 
 - 
testIsCellEditablepublic void testIsCellEditable() 
 - 
testTableToMatrixpublic void testTableToMatrix() 
 - 
testGetValuepublic void testGetValue() 
 - 
testGetColumnNameIntpublic void testGetColumnNameInt() 
 - 
testGetRowCountpublic void testGetRowCount() 
 - 
testGetColumnCountpublic void testGetColumnCount() 
 - 
testGetValueAtpublic void testGetValueAt() 
 - 
testSetValueAtObjectIntIntpublic void testSetValueAtObjectIntInt() 
 
- 
 
-