Package ubic.gemma.core.ontology
Class OntologyLoadingTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.ontology.OntologyLoadingTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
@ActiveProfiles("production") @ContextConfiguration public class OntologyLoadingTest extends AbstractJUnit4SpringContextTests
This test does not use the test profile as it aims to verify that all the ontologies we use in production are working properly.- Author:
- poirigui
-
-
Field Summary
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description OntologyLoadingTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testInitializeAllOntologies()
void
testThatChebiDoesNotHaveInferenceEnabled()
void
testThatConnectivityAndConnectiveAreExcludedFromStemmingInClo()
void
testThatTGEMODoesNotProcessImports()
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
testThatConnectivityAndConnectiveAreExcludedFromStemmingInClo
public void testThatConnectivityAndConnectiveAreExcludedFromStemmingInClo()
-
testThatChebiDoesNotHaveInferenceEnabled
public void testThatChebiDoesNotHaveInferenceEnabled()
-
testThatTGEMODoesNotProcessImports
public void testThatTGEMODoesNotProcessImports()
-
testInitializeAllOntologies
public void testInitializeAllOntologies()
-
-