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 voidassertSatisfiedMockery()voidsetUp()voidtestAccessOfaDirectoryResultsInRedirectIfDefaultIndexFilePresent()voidtestAccessOfaDirectoryResultsInRudimentaryChildList()voidtestAccessOfaMissingPageResultsIn404()voidtestAccessOfaMissingPageResultsInPossibleAlternatveTo404()voidtestAccessOfaPageResultsInPage()
-
-
-
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
-
-