Class GeneOntologyServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.core.ontology.providers.GeneOntologyServiceTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class GeneOntologyServiceTest extends BaseTest implements org.springframework.beans.factory.InitializingBean
- Author:
- Paul
-
-
Constructor Summary
Constructors Constructor Description GeneOntologyServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
void
testAllParents()
void
testAllParents2()
void
testAsRegularGoId()
void
testFindTerm()
void
testFindTermWithEmptyQuery()
void
testFindTermWithMultipleTerms()
void
testGetAllChildren()
void
testGetAspect()
void
testGetChildren()
void
testGetChildrenPartOf()
void
testGetParents()
void
testGetParentsPartOf()
void
testGetTermForId()
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
testFindTerm
public void testFindTerm() throws OntologySearchException
- Throws:
OntologySearchException
-
testFindTermWithMultipleTerms
public void testFindTermWithMultipleTerms() throws OntologySearchException
- Throws:
OntologySearchException
-
testFindTermWithEmptyQuery
public void testFindTermWithEmptyQuery() throws OntologySearchException
- Throws:
OntologySearchException
-
testAllParents
public final void testAllParents()
-
testAllParents2
public final void testAllParents2()
-
testAsRegularGoId
public final void testAsRegularGoId()
-
testGetAllChildren
public final void testGetAllChildren()
-
testGetAspect
public final void testGetAspect()
-
testGetChildren
public final void testGetChildren()
-
testGetChildrenPartOf
public final void testGetChildrenPartOf()
-
testGetParents
public final void testGetParents()
-
testGetParentsPartOf
public final void testGetParentsPartOf()
-
testGetTermForId
public final void testGetTermForId()
-
-