Class DoGetTest


  • public class DoGetTest
    extends Object
    • Constructor Detail

      • DoGetTest

        public DoGetTest()
    • Method Detail

      • assertSatisfiedMockery

        @AfterEach
        public void assertSatisfiedMockery()
      • setUp

        @BeforeEach
        public void setUp()
      • testAccessOfaMissingPageResultsIn404

        @Test
        public void testAccessOfaMissingPageResultsIn404()
                                                  throws Exception
        Throws:
        Exception
      • testAccessOfaPageResultsInPage

        @Test
        public void testAccessOfaPageResultsInPage()
                                            throws Exception
        Throws:
        Exception
      • testAccessOfaDirectoryResultsInRudimentaryChildList

        @Test
        public void testAccessOfaDirectoryResultsInRudimentaryChildList()
                                                                 throws Exception
        Throws:
        Exception
      • testAccessOfaDirectoryResultsInRedirectIfDefaultIndexFilePresent

        @Test
        public void testAccessOfaDirectoryResultsInRedirectIfDefaultIndexFilePresent()
                                                                              throws Exception
        Throws:
        Exception
      • testAccessOfaMissingPageResultsInPossibleAlternatveTo404

        @Test
        public void testAccessOfaMissingPageResultsInPossibleAlternatveTo404()
                                                                      throws Exception
        Throws:
        Exception