Package ubic.basecode.ontology
Class OntologyTermTest
- java.lang.Object
-
- ubic.basecode.ontology.AbstractOntologyTest
-
- ubic.basecode.ontology.OntologyTermTest
-
public class OntologyTermTest extends AbstractOntologyTest
- Author:
- Paul
-
-
Field Summary
-
Fields inherited from class ubic.basecode.ontology.AbstractOntologyTest
tempDir
-
-
Constructor Summary
Constructors Constructor Description OntologyTermTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetChildren()
void
testGetChildrenHasProperPart()
FIXME this uses NIF, which we are no longer using actively - not a big deal since this just tests mechanicsvoid
testGetParents()
void
testGetParentsHasProperPart()
void
testRejectNonEnglish()
-
Methods inherited from class ubic.basecode.ontology.AbstractOntologyTest
clearOntologyCacheDir, setUpOntologyCacheDir
-
-
-
-
Method Detail
-
testGetChildrenHasProperPart
public void testGetChildrenHasProperPart() throws Exception
FIXME this uses NIF, which we are no longer using actively - not a big deal since this just tests mechanics- Throws:
Exception
-
testGetParentsHasProperPart
public void testGetParentsHasProperPart() throws Exception
- Throws:
Exception
-
-