Package ubic.basecode.ontology
Class AbstractOntologyTest
- java.lang.Object
-
- ubic.basecode.ontology.AbstractOntologyTest
-
- Direct Known Subclasses:
DiseaseOntologyServiceTest
,GenericOntologyServiceTest
,NIFSTDOntologyServiceTest
,ObiServiceTest
,OntologyLoaderTest
,OntologyProvidersTest
,OntologySearchTest
,OntologyTermTest
,UberonOntologyServiceTest
public class AbstractOntologyTest extends Object
Base class for ontology-based tests.This class ensures that the ontology are stored and indexed in a temporary directory.
-
-
Constructor Summary
Constructors Constructor Description AbstractOntologyTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearOntologyCacheDir()
static void
setUpOntologyCacheDir()
-
-
-
Field Detail
-
tempDir
protected static Path tempDir
-
-
Method Detail
-
setUpOntologyCacheDir
public static void setUpOntologyCacheDir() throws IOException
- Throws:
IOException
-
clearOntologyCacheDir
public static void clearOntologyCacheDir() throws IOException
- Throws:
IOException
-
-