Package ubic.gemma.web.controller.diff
Class DifferentialExpressionAnalysisControllerTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.web.util.BaseWebTest
-
- ubic.gemma.web.controller.diff.DifferentialExpressionAnalysisControllerTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
@ContextConfiguration public class DifferentialExpressionAnalysisControllerTest extends BaseWebTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ubic.gemma.web.util.BaseWebTest
BaseWebTest.BaseWebTestContextConfiguration
-
-
Field Summary
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
logger
-
-
Constructor Summary
Constructors Constructor Description DifferentialExpressionAnalysisControllerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resetMocks()
void
test()
void
testBatchCall()
void
testDiffExAnalysisControllerTestPage()
void
testIndex()
void
testJsEngine()
void
testMissingEndpoint()
void
testMultipleCalls()
void
testUndefinedTestPage()
This error is produced viaHttpServletResponse.sendError(int)
and thus is not intercepted by Spring's error handler.-
Methods inherited from class ubic.gemma.web.util.BaseWebTest
perform
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
resetMocks
public void resetMocks()
-
testDiffExAnalysisControllerTestPage
public void testDiffExAnalysisControllerTestPage() throws Exception
- Throws:
Exception
-
testUndefinedTestPage
public void testUndefinedTestPage() throws Exception
This error is produced viaHttpServletResponse.sendError(int)
and thus is not intercepted by Spring's error handler. It will however be handled by the Web server viaerror.jsp
.- Throws:
Exception
-
-