Package org.drjekyll.webdav.methods
Class DoGetTest
- java.lang.Object
-
- org.drjekyll.webdav.methods.DoGetTest
-
public class DoGetTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DoGetTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertSatisfiedMockery()
void
setUp()
void
testAccessOfaDirectoryResultsInRedirectIfDefaultIndexFilePresent()
void
testAccessOfaDirectoryResultsInRudimentaryChildList()
void
testAccessOfaMissingPageResultsIn404()
void
testAccessOfaMissingPageResultsInPossibleAlternatveTo404()
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
-
testAccessOfaDirectoryResultsInRudimentaryChildList
@Test public void testAccessOfaDirectoryResultsInRudimentaryChildList() throws Exception
- Throws:
Exception
-
testAccessOfaDirectoryResultsInRedirectIfDefaultIndexFilePresent
@Test public void testAccessOfaDirectoryResultsInRedirectIfDefaultIndexFilePresent() throws Exception
- Throws:
Exception
-
-