java.lang.Object
io.helidon.common.testing.junit5.FileMatchers

public final class FileMatchers extends Object
Hamcrest matchers for Path.
  • Method Details

    • fileExists

      public static org.hamcrest.Matcher<Path> fileExists()
      A matcher that tests if a Path exists.
      Returns:
      matcher validating the Path exists