Package ubic.basecode.io.reader
Class TestStringMatrixReader
- java.lang.Object
-
- ubic.basecode.io.reader.TestStringMatrixReader
-
public class TestStringMatrixReader extends Object
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description TestStringMatrixReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testReadInputStreamColumnCount()
void
testReadInputStreamGotColName()
void
testReadInputStreamGotRowName()
void
testReadInputStreamRowCount()
-
-
-
Method Detail
-
testReadInputStreamColumnCount
public void testReadInputStreamColumnCount()
-
testReadInputStreamGotColName
public void testReadInputStreamGotColName()
-
testReadInputStreamGotRowName
public void testReadInputStreamGotRowName()
-
testReadInputStreamRowCount
public void testReadInputStreamRowCount()
-
-