Package ubic.gemma.web.controller
Class OntologyControllerTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.web.util.BaseWebTest
-
- ubic.gemma.web.controller.OntologyControllerTest
-
- All Implemented Interfaces:
Aware
,InitializingBean
,ApplicationContextAware
@ContextConfiguration public class OntologyControllerTest extends BaseWebTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ubic.gemma.web.util.BaseWebTest
BaseWebTest.BaseWebTestContextConfiguration
-
-
Field Summary
-
Fields inherited from class ubic.gemma.web.util.BaseWebTest
mvc
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
logger
-
-
Constructor Summary
Constructors Constructor Description OntologyControllerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testGemmaOntologyUnavailable()
void
testGetMissingTerm()
void
testGetObo()
void
testGetTerm()
void
testGetTgfvoAsHtml()
void
testGetTgfvoAsRdf()
-
Methods inherited from class ubic.gemma.web.util.BaseWebTest
afterPropertiesSet
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
setUp
public void setUp() throws InterruptedException
- Throws:
InterruptedException
-
tearDown
public void tearDown()
-
testGemmaOntologyUnavailable
public void testGemmaOntologyUnavailable() throws Exception
- Throws:
Exception
-
-