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 MatrixND
mat
protected MatrixTableModelND
model
-
Constructor Summary
Constructors Constructor Description MatrixTableModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetColumnCount()
void
testGetColumnNameInt()
void
testGetRowCount()
void
testGetValue()
void
testGetValueAt()
void
testIsCellEditable()
void
testSetMatrix()
void
testSetValueAtObjectIntInt()
void
testTableToMatrix()
-
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()
-
-