Package ubic.gemma.core.util.test
Class BaseTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
AbstractFilteringVoEnabledDaoTest
,AsyncBeanAutowiringTest
,AsyncFactoryTest
,AsyncSingletonFactoryTest
,BaseAnalyzerConfigurationTest
,BaseCliTest
,BaseIntegrationTest
,BaseWebTest
,BuildInfoTest
,CorsFilterTest
,DatabaseSearchSourceTest
,DateStorageTest
,ExperimentalDesignVisualizationServiceTest
,ExpressionDataFileServiceTest
,ExpressionDataSVDTest
,ExpressionExperimentBatchInformationServiceTest
,ExpressionExperimentServiceImplTest
,ExpressionExperimentServiceTest
,ExpressionMetadataChangelogFileServiceTest
,FactorValueOntologyServiceTest
,FactorValueValueObjectSerializerTest
,GemmaAndExperimentalFactorOntologyTest
,GeneArgServiceTest
,GeneOntologySearchSourceTest
,GeneOntologyService2Test
,GeneOntologyServiceTest
,GenericMeterRegistryConfigurerTest
,GeoBrowserServiceParseTest
,GeoSingleCellDetectorTest
,HomologeneServiceTest
,MailEngineTest
,MeterRegistryCliConfigurerTest
,MexSingleCellDataLoaderTest
,MissingBuildInfoTest
,OntologySearchSourceTest
,OntologyServiceTest
,OpenApiTest
,PointcutsTest
,RawAndProcessedExpressionDataVectorServiceTest
,SearchServiceTest
,SearchServiceVoConversionTest
,SecurityUtilsTest
,ServiceBasedValueObjectConverterTest
,SettingsConfigTest
,SingleCellExpressionExperimentAggregatorServiceTest
,SingleCellExpressionExperimentSplitServiceTest
,SubsettedAnalysis4Test
,TableMaintenanceUtilTest
,TaxonArgServiceTest
,UserServiceImplTest
@ActiveProfiles("test") public abstract class BaseTest extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Base class for all tests.This sets the
EnvironmentProfiles.TEST
profile.
-
-
Constructor Summary
Constructors Constructor Description BaseTest()
-