Class FileMatcher

java.lang.Object
com.atlassian.bamboo.testutils.matchers.FileMatcher

public class FileMatcher extends Object
  • Constructor Details

    • FileMatcher

      public FileMatcher()
  • Method Details

    • exists

      public static org.hamcrest.Matcher<File> exists()
    • pathContains

      public static org.hamcrest.Matcher<File> pathContains(@NotNull @NotNull String path)