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 voidmatchClasses_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()voidmatchIndividuals_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()voidmatchResources_whenIndexRaisesJenaException_thenWrapItWithOntologyJenaSearchException()voidtestIndexing()voidtestOmitBadPredicates()See bug 2920voidtestOmitBadPredicates2()See bug 3269voidtestOmitDefinitions()voidtestOmitDefinitions2()voidtestOmitDefinitions3()voidtestOmitDefinitions4()voidtestPersistence()-
Methods inherited from class ubic.basecode.ontology.AbstractOntologyTest
clearOntologyCacheDir, setUpOntologyCacheDir
-
-
-
-
Method Detail
-
testOmitBadPredicates
public final void testOmitBadPredicates() throws ExceptionSee bug 2920- Throws:
Exception
-
testOmitBadPredicates2
public final void testOmitBadPredicates2() throws ExceptionSee 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()
-
-