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