Package org.drjekyll.webdav.methods
Class DoHeadTest
- java.lang.Object
-
- org.drjekyll.webdav.methods.DoHeadTest
-
public class DoHeadTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DoHeadTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertSatisfiedMockery()
void
setUp()
void
testAccessOfaDirectoryResultsInRedirectIfDefaultIndexFilePresent()
void
testAccessOfaMissingPageResultsIn404()
void
testAccessOfaPageResultsInPage()
-
-
-
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
-
-