Class DifferentialExpressionAnalysisControllerTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.web.util.BaseWebTest
ubic.gemma.web.controller.diff.DifferentialExpressionAnalysisControllerTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@ContextConfiguration public class DifferentialExpressionAnalysisControllerTest extends BaseWebTest
  • Constructor Details

    • DifferentialExpressionAnalysisControllerTest

      public DifferentialExpressionAnalysisControllerTest()
  • Method Details

    • resetMocks

      public void resetMocks()
    • testIndex

      public void testIndex() throws Exception
      Throws:
      Exception
    • testDiffExAnalysisControllerTestPage

      public void testDiffExAnalysisControllerTestPage() throws Exception
      Throws:
      Exception
    • testUndefinedTestPage

      public void testUndefinedTestPage() throws Exception
      This error is produced via HttpServletResponse.sendError(int) and thus is not intercepted by Spring's error handler. It will however be handled by the Web server via error.jsp.
      Throws:
      Exception
    • testJsEngine

      public void testJsEngine() throws Exception
      Throws:
      Exception
    • test

      public void test() throws Exception
      Throws:
      Exception
    • testBatchCall

      public void testBatchCall() throws Exception
      Throws:
      Exception
    • testMultipleCalls

      public void testMultipleCalls() throws Exception
      Throws:
      Exception
    • testMissingEndpoint

      public void testMissingEndpoint() throws Exception
      Throws:
      Exception