Package ubic.basecode.ontology.providers
Class GenericOntologyServiceTest
- java.lang.Object
-
- ubic.basecode.ontology.AbstractOntologyTest
-
- ubic.basecode.ontology.providers.GenericOntologyServiceTest
-
public class GenericOntologyServiceTest extends AbstractOntologyTest
- Author:
- mjacobson
-
-
Field Summary
-
Fields inherited from class ubic.basecode.ontology.AbstractOntologyTest
tempDir
-
-
Constructor Summary
Constructors Constructor Description GenericOntologyServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGenericOntologyServiceMem()
void
testInitializeInBackgroundThread()
void
testWithoutOntologyCacheDir()
-
Methods inherited from class ubic.basecode.ontology.AbstractOntologyTest
clearOntologyCacheDir, setUpOntologyCacheDir
-
-
-
-
Method Detail
-
testGenericOntologyServiceMem
public void testGenericOntologyServiceMem() throws Exception
- Throws:
Exception
-
testInitializeInBackgroundThread
public void testInitializeInBackgroundThread() throws InterruptedException
- Throws:
InterruptedException
-
testWithoutOntologyCacheDir
public void testWithoutOntologyCacheDir()
-
-