Class DoHeadTest


  • public class DoHeadTest
    extends Object
    • Constructor Detail

      • DoHeadTest

        public DoHeadTest()
    • 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
      • testAccessOfaDirectoryResultsInRedirectIfDefaultIndexFilePresent

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