public class PathsGetUriIT
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static Stream<org.junit.jupiter.params.provider.Arguments>
(package private) void
getURI(String uriString,
org.hamcrest.Matcher<Exception> exceptionExpectation,
org.hamcrest.Matcher<Path> testGetUriExpected)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PathsGetUriIT
public PathsGetUriIT()
-
Method Details
-
data
public static Stream<org.junit.jupiter.params.provider.Arguments> data()
-
getURI
@ParameterizedTest(name="{index} {0} {2}")
@MethodSource("data")
void getURI(String uriString,
org.hamcrest.Matcher<Exception> exceptionExpectation,
org.hamcrest.Matcher<Path> testGetUriExpected)