Class TextFileMatchers

java.lang.Object
org.glassfish.tests.utils.junit.matcher.TextFileMatchers

public class TextFileMatchers extends Object
Author:
David Matejcek
  • Constructor Details

    • TextFileMatchers

      public TextFileMatchers()
  • Method Details

    • hasLineCount

      public static org.hamcrest.Matcher<File> hasLineCount(long expected)
    • hasLineCount

      public static org.hamcrest.Matcher<File> hasLineCount(org.hamcrest.Matcher<Long> expected)
    • getterMatches

      public static <T> org.hamcrest.Matcher<File> getterMatches(Function<File,T> fileGetter, org.hamcrest.Matcher<T> expected)