Class AbstractGeoServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseSpringContextTest
-
- ubic.gemma.core.loader.expression.geo.AbstractGeoServiceTest
-
- All Implemented Interfaces:
Aware
,InitializingBean
,ApplicationContextAware
- Direct Known Subclasses:
ArrayDesignSequenceProcessorTest
,BaselineDetectionTest
,BatchInfoPopulationServiceIntegrationTest
,CompositeSequenceGeneMapperServiceTest
,ContinuousVariableDiffExTest
,DataUpdaterTest
,DesignElementDataVectorServiceTest
,DifferentialExpressionAnalyzerServiceTest
,DiffExMetaAnalyzerServiceTest
,DiffExTest
,DiffExWithInvalidInteraction2Test
,DiffExWithInvalidInteractionTest
,ExonArrayDataAddIntegrationTest
,ExperimentalDesignWriterTest
,ExpressionDataDoubleMatrixTest
,ExpressionExperimentBatchCorrectionServiceTest
,ExpressionExperimentPlatformSwitchTest
,GeoDatasetServiceTest
,GeoPlatformServiceTest
,LowVarianceDataTest
,MeanVarianceServiceTest
,OutlierDetectionServiceTest
,ProcessedExpressionDataCreateServiceTest
,ProcessedExpressionDataVectorServiceTest
,RNASeqBatchInfoPopulationTest
,SubsettedAnalysis2Test
,SubsettedAnalysis3Test
,SVDServiceImplTest
,TwoWayAnovaWithInteractionsTest2
,VectorMergingServiceTest
public abstract class AbstractGeoServiceTest extends BaseSpringContextTest
- Author:
- pavlidis
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
externalDatabaseService, jdbcTemplate, log, persisterHelper, rule, taxonService, testHelper
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description AbstractGeoServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getTestFileBasePath()
protected String
getTestFileBasePath(String subPath)
-
Methods inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
addTestAnalyses, afterPropertiesSet, countRowsInTable, deleteFromTables, executeSqlScript, getNewTestPersistentCompleteExpressionExperiment, getTaxon, getTestNonPersistentBioSequence, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentBasicExpressionExperiment, getTestPersistentBasicExpressionExperiment, getTestPersistentBibliographicReference, getTestPersistentBioAssay, getTestPersistentBioAssay, getTestPersistentBioMaterial, getTestPersistentBioMaterial, getTestPersistentBioSequence, getTestPersistentBioSequence, getTestPersistentBioSequence2GeneProducts, getTestPersistentBlatResult, getTestPersistentBlatResult, getTestPersistentCompleteExpressionExperiment, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentContact, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentExpressionExperiment, getTestPersistentExpressionExperiment, getTestPersistentGene, getTestPersistentGene, getTestPersistentGeneProduct, getTestPersistentQuantitationType, randomName, resetTestCollectionSize, runAsAdmin, runAsAgent, runAsAnonymous, runAsUser, runAsUser, setPersisterHelper, setTaxonService, setTestCollectionSize, setUpAuthentication, setUpSecurityContextHolderStrategy, tearDownSecurityContext
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
getTestFileBasePath
protected String getTestFileBasePath() throws URISyntaxException
- Throws:
URISyntaxException
-
getTestFileBasePath
protected String getTestFileBasePath(String subPath) throws URISyntaxException
- Throws:
URISyntaxException
-
-