Class SequencingMetadataFileDataLoaderTest
- java.lang.Object
-
- ubic.gemma.core.loader.expression.SequencingMetadataFileDataLoaderTest
-
public class SequencingMetadataFileDataLoaderTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SequencingMetadataFileDataLoaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test()
void
testOverwriteValueFromDelegate()
void
testWithDefault()
void
testWithDelegateThatProducesLibrarySize()
-
-
-
Method Detail
-
test
public void test() throws IOException
- Throws:
IOException
-
testWithDelegateThatProducesLibrarySize
public void testWithDelegateThatProducesLibrarySize() throws IOException
- Throws:
IOException
-
testOverwriteValueFromDelegate
public void testOverwriteValueFromDelegate() throws IOException
- Throws:
IOException
-
testWithDefault
public void testWithDefault() throws IOException
- Throws:
IOException
-
-