Class DifferentialExpressionAnalysisControllerTest

    • Constructor Detail

      • DifferentialExpressionAnalysisControllerTest

        public DifferentialExpressionAnalysisControllerTest()
    • Method Detail

      • resetMocks

        public void resetMocks()
      • 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
      • testMissingEndpoint

        public void testMissingEndpoint()
                                 throws Exception
        Throws:
        Exception