Package ubic.basecode.ontology.jena
Class OntologySearchTest
- java.lang.Object
-
- ubic.basecode.ontology.AbstractOntologyTest
-
- ubic.basecode.ontology.jena.OntologySearchTest
-
public class OntologySearchTest extends AbstractOntologyTest
Most of these tests were moved over from Gemma.- Author:
- Paul
-
-
Field Summary
-
Fields inherited from class ubic.basecode.ontology.AbstractOntologyTest
tempDir
-
-
Constructor Summary
Constructors Constructor Description OntologySearchTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
matchClasses_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()
void
matchIndividuals_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()
void
matchResources_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()
void
testIndexing()
void
testOmitBadPredicates()
See bug 2920void
testOmitBadPredicates2()
See bug 3269void
testOmitDefinitions()
void
testOmitDefinitions2()
void
testOmitDefinitions3()
void
testOmitDefinitions4()
void
testPersistence()
-
Methods inherited from class ubic.basecode.ontology.AbstractOntologyTest
clearOntologyCacheDir, setUpOntologyCacheDir
-
-
-
-
Method Detail
-
testOmitBadPredicates
public final void testOmitBadPredicates() throws Exception
See bug 2920- Throws:
Exception
-
testOmitBadPredicates2
public final void testOmitBadPredicates2() throws Exception
See bug 3269- Throws:
Exception
-
matchClasses_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException
public final void matchClasses_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()
-
matchIndividuals_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException
public final void matchIndividuals_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()
-
matchResources_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException
public final void matchResources_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()
-
-