Class GeneOntologyService2Test.GeneOntologyService2TestContextConfiguration
- java.lang.Object
-
- ubic.gemma.core.ontology.providers.GeneOntologyService2Test.GeneOntologyService2TestContextConfiguration
-
- Enclosing class:
- GeneOntologyService2Test
@Configuration @TestComponent public static class GeneOntologyService2Test.GeneOntologyService2TestContextConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneOntologyService2TestContextConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheManagercacheManager()Gene2GOAssociationServicegene2GOAssociationService()GeneOntologyServicegeneOntologyService()GeneServicegeneService()TaskExecutorontologyTaskExecutor()static TestPropertyPlaceholderConfigurertestPropertyPlaceholderConfigurer()
-
-
-
Method Detail
-
testPropertyPlaceholderConfigurer
@Bean public static TestPropertyPlaceholderConfigurer testPropertyPlaceholderConfigurer()
-
geneOntologyService
@Bean public GeneOntologyService geneOntologyService() throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
ontologyTaskExecutor
@Bean public TaskExecutor ontologyTaskExecutor()
-
gene2GOAssociationService
@Bean public Gene2GOAssociationService gene2GOAssociationService()
-
geneService
@Bean public GeneService geneService()
-
cacheManager
@Bean public CacheManager cacheManager()
-
-