Package ubic.gemma.core.ontology
Class OntologyServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.ontology.OntologyServiceTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class OntologyServiceTest extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
-
Constructor Summary
Constructors Constructor Description OntologyServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tearDown()
void
testFindTermInexact()
void
testTermLackingLabelIsIgnored()
-
-
-
Method Detail
-
tearDown
public void tearDown()
-
testFindTermInexact
public void testFindTermInexact() throws OntologySearchException, SearchException
-
testTermLackingLabelIsIgnored
public void testTermLackingLabelIsIgnored() throws TimeoutException
- Throws:
TimeoutException
-
-