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 void
setUp()
void
testWriteFloatVectors()
void
testWriteIntVectors()
void
testWriteLongVectors()
void
testWriteMatrix()
void
testWriteVectors()
-
-
-
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
-
-