Class TextFileMatchers
java.lang.Object
org.glassfish.tests.utils.junit.matcher.TextFileMatchers
- Author:
- David Matejcek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> org.hamcrest.Matcher<File> getterMatches(Function<File, T> fileGetter, org.hamcrest.Matcher<T> expected) static org.hamcrest.Matcher<File> hasLineCount(long expected) static org.hamcrest.Matcher<File> hasLineCount(org.hamcrest.Matcher<Long> expected)
-
Constructor Details
-
TextFileMatchers
public TextFileMatchers()
-
-
Method Details
-
hasLineCount
-
hasLineCount
-
getterMatches
-