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 CacheManager
cacheManager()
Gene2GOAssociationService
gene2GOAssociationService()
GeneOntologyService
geneOntologyService()
GeneService
geneService()
TaskExecutor
ontologyTaskExecutor()
static TestPropertyPlaceholderConfigurer
testPropertyPlaceholderConfigurer()
-
-
-
Method Detail
-
testPropertyPlaceholderConfigurer
@Bean public static TestPropertyPlaceholderConfigurer testPropertyPlaceholderConfigurer()
-
geneOntologyService
@Bean public GeneOntologyService geneOntologyService() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
ontologyTaskExecutor
@Bean public TaskExecutor ontologyTaskExecutor()
-
gene2GOAssociationService
@Bean public Gene2GOAssociationService gene2GOAssociationService()
-
geneService
@Bean public GeneService geneService()
-
cacheManager
@Bean public CacheManager cacheManager()
-
-