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 Summary
Fields Modifier and Type Field Description protected MatrixNDmatprotected MatrixTableModelNDmodel
-
Constructor Summary
Constructors Constructor Description MatrixTableModelTest()
-
Method Summary
All 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.AbstractMatrixTest
disableTests, initI18n
-
-
-
-
Field Detail
-
model
protected MatrixTableModelND model
-
mat
protected MatrixND mat
-
-
Method Detail
-
testSetMatrix
public void testSetMatrix()
-
testIsCellEditable
public void testIsCellEditable()
-
testTableToMatrix
public void testTableToMatrix()
-
testGetValue
public void testGetValue()
-
testGetColumnNameInt
public void testGetColumnNameInt()
-
testGetRowCount
public void testGetRowCount()
-
testGetColumnCount
public void testGetColumnCount()
-
testGetValueAt
public void testGetValueAt()
-
testSetValueAtObjectIntInt
public void testSetValueAtObjectIntInt()
-
-