Class AbstractMexSingleCellDataLoaderConfigurerTest
java.lang.Object
ubic.gemma.core.loader.expression.singleCell.AbstractMexSingleCellDataLoaderConfigurerTest
Unit tests for MEX directory resolution in
AbstractMexSingleCellDataLoaderConfigurer, in particular the
fallback that locates the triplet under a raw 10x Cell Ranger outs/filtered_feature_bc_matrix nesting.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Field Details
-
tmp
public final org.junit.rules.TemporaryFolder tmp
-
-
Constructor Details
-
AbstractMexSingleCellDataLoaderConfigurerTest
public AbstractMexSingleCellDataLoaderConfigurerTest()
-
-
Method Details
-
whenTripletIsDirectlyInSampleDir_thenItIsUsed
- Throws:
IOException
-
whenTripletIsNestedUnderCellRangerOuts_thenItIsResolved
- Throws:
IOException
-
whenTripletIsNestedUnderRawMatrix_thenItIsResolved
- Throws:
IOException
-
whenTripletIsMissingEntirely_thenItThrows
- Throws:
IOException
-