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, AclClassMetadataTest, AnnDataSingleCellDataLoaderTest, AsyncBeanAutowiringTest, AsyncFactoryTest, AsyncSingletonFactoryTest, BaseAnalyzerConfigurationTest, BaseCliTest, BaseIntegrationTest, BaseWebIntegrationTest, BaseWebTest, BuildInfoTest, BuildInfoThreadContextPopulatorTest, CellBrowserServiceImplTest, CellXGeneAnnDataSingleCellDataLoaderTest, CellXGeneConverterTest, CellXGeneFetcherTest, CorsFilterTest, DatabaseSearchSourceTest, DateStorageTest, DelegatingSecurityContextTaskExecutorTest, DifferentialExpressionAnalysisCliTest, ExperimentalDesignVisualizationServiceTest, ExpressionDataFileServiceTest, ExpressionDataSVDTest, ExpressionExperimentBatchInformationServiceTest, ExpressionExperimentServiceImplTest, ExpressionExperimentServiceTest, ExpressionMetadataChangelogFileServiceTest, FactorValueNeedsAttentionServiceTest, FactorValueOntologyServiceTest, FactorValueValueObjectSerializerTest, GemmaAndExperimentalFactorOntologyTest, GeneArgServiceTest, GeneOntologySearchSourceTest, GeneOntologyService2Test, GeneOntologyServiceTest, GenericMeterRegistryConfigurerTest, GeoBrowserServiceParseTest, GeoMexSingleCellDataLoaderConfigurerTest, GeoSingleCellDetectorTest, HomologeneServiceTest, MailEngineImplTest, MailServiceTest, MeterRegistryCliConfigurerTest, MexSingleCellDataLoaderTest, MissingBuildInfoTest, OntologySearchSourceTest, OntologyServiceTest, OpenApiTest, OutlierDetectionServiceTest, PointcutsTest, RawAndProcessedExpressionDataVectorServiceTest, SearchServiceTest, SearchServiceVoConversionTest, SecurityUtilsTest, ServiceBasedValueObjectConverterTest, SettingsConfigTest, SingleCell10xMexFilterTest, SingleCellDataTransformationsTest, SingleCellExpressionExperimentAggregateServiceTest, SingleCellExpressionExperimentSubSetServiceTest, SubsettedAnalysis4Test, TableMaintenanceUtilTest, TaskExecutorThreadContextInheritPostProcessorTest, 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.

  • Field Summary

    Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

    applicationContext, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

    setApplicationContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseTest

      public BaseTest()