Class TabularMatrixWriterTest
- java.lang.Object
-
- ubic.gemma.core.datastructure.matrix.io.TabularMatrixWriterTest
-
public class TabularMatrixWriterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description TabularMatrixWriterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestWriteFloatVectors()voidtestWriteIntVectors()voidtestWriteLongVectors()voidtestWriteMatrix()voidtestWriteVectors()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testWriteMatrix
public void testWriteMatrix() throws IOException- Throws:
IOException
-
testWriteVectors
public void testWriteVectors() throws IOException- Throws:
IOException
-
testWriteFloatVectors
public void testWriteFloatVectors() throws IOException- Throws:
IOException
-
testWriteIntVectors
public void testWriteIntVectors() throws IOException- Throws:
IOException
-
testWriteLongVectors
public void testWriteLongVectors() throws IOException- Throws:
IOException
-
-