Package no.maddin.niofs.webdav
Class WebdavPathTest
java.lang.Object
no.maddin.niofs.webdav.WebdavPathTest
These are the tests that don't require a running server.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getURI()
void
void
void
void
void
void
void
void
void
testnames
(org.junit.jupiter.api.TestReporter reporter) void
testrelativizeresolve
(org.junit.jupiter.api.TestReporter reporter) void
testresolvsib_subpath
(org.junit.jupiter.api.TestReporter reporter) void
void
testtoAbsPath
(org.junit.jupiter.api.TestReporter reporter)
-
Field Details
-
testwebdavclass
final boolean testwebdavclass- See Also:
-
-
Constructor Details
-
WebdavPathTest
public WebdavPathTest()
-
-
Method Details
-
newFileSystemWebdav
- Throws:
Exception
-
newFileSystemWebdavs
- Throws:
Exception
-
getURI
- Throws:
Exception
-
normalize
- Throws:
Exception
-
testgetParent
- Throws:
Exception
-
testtoAbsPath
- Throws:
Exception
-
testgetRoot
- Throws:
Exception
-
testnames
- Throws:
Exception
-
testiterator_getname
- Throws:
Exception
-
testequals
- Throws:
Exception
-
testcompareTo
- Throws:
Exception
-
testrelativizeresolve
@Test public void testrelativizeresolve(org.junit.jupiter.api.TestReporter reporter) throws Exception - Throws:
Exception
-
teststartendswith
- Throws:
Exception
-
testresolvsib_subpath
@Test public void testresolvsib_subpath(org.junit.jupiter.api.TestReporter reporter) throws Exception - Throws:
Exception
-