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 voidtest()voidtestWithBarcodeCollisions()voidtestWithDuplicateCellId()voidtestWithDuplicateCellIdButDifferentValues()voidtestWithMissingSampleId()voidtestWithUnmatchedSampleId()
-
-
-
Method Detail
-
test
public void test() throws URISyntaxException, IOException- Throws:
URISyntaxExceptionIOException
-
testWithUnmatchedSampleId
public void testWithUnmatchedSampleId() throws URISyntaxException, IOException- Throws:
URISyntaxExceptionIOException
-
testWithMissingSampleId
public void testWithMissingSampleId() throws URISyntaxException, IOException- Throws:
URISyntaxExceptionIOException
-
testWithDuplicateCellId
public void testWithDuplicateCellId() throws URISyntaxException, IOException- Throws:
URISyntaxExceptionIOException
-
testWithDuplicateCellIdButDifferentValues
public void testWithDuplicateCellIdButDifferentValues() throws URISyntaxException, IOException- Throws:
URISyntaxExceptionIOException
-
testWithBarcodeCollisions
public void testWithBarcodeCollisions() throws IOException, URISyntaxException- Throws:
IOExceptionURISyntaxException
-
-