Package org.nuiton.math.matrix.viewer
Class MatrixViewerPanelTest
- java.lang.Object
-
- org.nuiton.math.matrix.AbstractMatrixTest
-
- org.nuiton.math.matrix.viewer.MatrixViewerPanelTest
-
public class MatrixViewerPanelTest extends AbstractMatrixTest
Test for matrix viewer panel.- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
-
-
Constructor Summary
Constructors Constructor Description MatrixViewerPanelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MatrixND
getTestMatrix(boolean proxy)
void
testViewerPanel()
Test d'un affichage simple, par defaut.void
testViewerPanelProxy()
Test d'un affichage simple, par defaut (cas avec un proxy).-
Methods inherited from class org.nuiton.math.matrix.AbstractMatrixTest
disableTests, initI18n
-
-
-
-
Method Detail
-
getTestMatrix
protected MatrixND getTestMatrix(boolean proxy)
-
testViewerPanel
public void testViewerPanel()
Test d'un affichage simple, par defaut.
-
testViewerPanelProxy
public void testViewerPanelProxy()
Test d'un affichage simple, par defaut (cas avec un proxy).
-
-