Package ubic.gemma.core.ontology
Class OntologyCacheTest
- java.lang.Object
-
- ubic.gemma.core.ontology.OntologyCacheTest
-
public class OntologyCacheTest extends Object
-
-
Constructor Summary
Constructors Constructor Description OntologyCacheTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resetMocks()
void
setUp()
void
testFindTerms()
void
testLookupByMaximalSubset()
void
testLookupByMaximalSubsetWhenMinSubsetSizeIsSet()
-
-
-
Method Detail
-
setUp
public void setUp()
-
resetMocks
public void resetMocks()
-
testFindTerms
public void testFindTerms() throws OntologySearchException
- Throws:
OntologySearchException
-
testLookupByMaximalSubset
public void testLookupByMaximalSubset()
-
testLookupByMaximalSubsetWhenMinSubsetSizeIsSet
public void testLookupByMaximalSubsetWhenMinSubsetSizeIsSet()
-
-