Class PathsGetUriIT

java.lang.Object
no.maddin.niofs.it.PathsGetUriIT

public class PathsGetUriIT extends Object
  • 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)