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 SummaryConstructors Constructor Description MatrixViewerPanelTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MatrixNDgetTestMatrix(boolean proxy)voidtestViewerPanel()Test d'un affichage simple, par defaut.voidtestViewerPanelProxy()Test d'un affichage simple, par defaut (cas avec un proxy).- 
Methods inherited from class org.nuiton.math.matrix.AbstractMatrixTestdisableTests, initI18n
 
- 
 
- 
- 
- 
Method Detail- 
getTestMatrixprotected MatrixND getTestMatrix(boolean proxy) 
 - 
testViewerPanelpublic void testViewerPanel() Test d'un affichage simple, par defaut.
 - 
testViewerPanelProxypublic void testViewerPanelProxy() Test d'un affichage simple, par defaut (cas avec un proxy).
 
- 
 
-