Class GenericMetadataSingleCellDataLoaderTest
- java.lang.Object
-
- ubic.gemma.core.loader.expression.singleCell.GenericMetadataSingleCellDataLoaderTest
-
public class GenericMetadataSingleCellDataLoaderTest extends Object
-
-
Constructor Summary
Constructors Constructor Description GenericMetadataSingleCellDataLoaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test()
void
testWithBarcodeCollisions()
void
testWithDuplicateCellId()
void
testWithDuplicateCellIdButDifferentValues()
void
testWithMissingSampleId()
void
testWithUnmatchedSampleId()
-
-
-
Method Detail
-
test
public void test() throws URISyntaxException, IOException
- Throws:
URISyntaxException
IOException
-
testWithUnmatchedSampleId
public void testWithUnmatchedSampleId() throws URISyntaxException, IOException
- Throws:
URISyntaxException
IOException
-
testWithMissingSampleId
public void testWithMissingSampleId() throws URISyntaxException, IOException
- Throws:
URISyntaxException
IOException
-
testWithDuplicateCellId
public void testWithDuplicateCellId() throws URISyntaxException, IOException
- Throws:
URISyntaxException
IOException
-
testWithDuplicateCellIdButDifferentValues
public void testWithDuplicateCellIdButDifferentValues() throws URISyntaxException, IOException
- Throws:
URISyntaxException
IOException
-
testWithBarcodeCollisions
public void testWithBarcodeCollisions() throws IOException, URISyntaxException
- Throws:
IOException
URISyntaxException
-
-