Package ubic.basecode.io.reader
Class TestDoubleMatrixReader
- java.lang.Object
-
- ubic.basecode.io.reader.TestDoubleMatrixReader
-
public class TestDoubleMatrixReader extends Object
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description TestDoubleMatrixReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testBadFileName()
void
testReadBad()
void
testReadBlankCorner()
void
testReadChooseRows()
void
testReadChooseRowsBadfileName()
void
testReadChooseRowsSkipcols()
void
testReadInputStreamColumnCount()
void
testReadInputStreamGotColName()
void
testReadInputStreamGotColNameSkipColumn()
void
testReadInputStreamGotRowName()
void
testReadInputStreamMissing()
void
testReadInputStreamMissingBad()
void
testReadInputStreamMissingSpaces()
void
testReadInputStreamRowCount()
void
testSmallNumbers()
-
-
-
Method Detail
-
testReadChooseRowsBadfileName
public void testReadChooseRowsBadfileName() throws Exception
- Throws:
Exception
-
testReadChooseRowsSkipcols
public void testReadChooseRowsSkipcols() throws Exception
- Throws:
Exception
-
testReadInputStreamColumnCount
public void testReadInputStreamColumnCount() throws Exception
- Throws:
Exception
-
testReadInputStreamGotColName
public void testReadInputStreamGotColName() throws Exception
- Throws:
Exception
-
testReadInputStreamGotColNameSkipColumn
public void testReadInputStreamGotColNameSkipColumn() throws Exception
- Throws:
Exception
-
testReadInputStreamGotRowName
public void testReadInputStreamGotRowName() throws Exception
- Throws:
Exception
-
testReadInputStreamMissing
public void testReadInputStreamMissing() throws Exception
- Throws:
Exception
-
testReadInputStreamMissingBad
public void testReadInputStreamMissingBad() throws Exception
- Throws:
Exception
-
testReadInputStreamMissingSpaces
public void testReadInputStreamMissingSpaces() throws Exception
- Throws:
Exception
-
testReadInputStreamRowCount
public void testReadInputStreamRowCount() throws Exception
- Throws:
Exception
-
-