Package ubic.basecode.ontology.providers
Class UberonOntologyServiceTest
- java.lang.Object
-
- ubic.basecode.ontology.AbstractOntologyTest
-
- ubic.basecode.ontology.providers.UberonOntologyServiceTest
-
public class UberonOntologyServiceTest extends AbstractOntologyTest
-
-
Field Summary
-
Fields inherited from class ubic.basecode.ontology.AbstractOntologyTest
tempDir
-
-
Constructor Summary
Constructors Constructor Description UberonOntologyServiceTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
initializeUberon()
void
testFindTerm()
void
testGetChildrenFromMultipleTerms()
void
testGetChildrenFromMultipleTermsWithSearch()
void
testGetChildrenHasPart()
void
testGetParentsFromMultipleTerms()
void
testGetParentsHasPart()
void
testUberon()
-
Methods inherited from class ubic.basecode.ontology.AbstractOntologyTest
clearOntologyCacheDir, setUpOntologyCacheDir
-
-
-
-
Method Detail
-
initializeUberon
public static void initializeUberon() throws IOException
- Throws:
IOException
-
testUberon
public void testUberon()
-
testGetParentsFromMultipleTerms
public void testGetParentsFromMultipleTerms()
-
testGetParentsHasPart
public void testGetParentsHasPart()
-
testGetChildrenHasPart
public void testGetChildrenHasPart()
-
testGetChildrenFromMultipleTerms
public void testGetChildrenFromMultipleTerms()
-
testGetChildrenFromMultipleTermsWithSearch
public void testGetChildrenFromMultipleTermsWithSearch() throws OntologySearchException
- Throws:
OntologySearchException
-
testFindTerm
public void testFindTerm() throws OntologySearchException
- Throws:
OntologySearchException
-
-