252253254255256257258
* @param matcher * the matcher on the list() result. * @return the matcher on the file. */ default Matcher<File> fileContains(Matcher<String[]> matcher) { return new FileListMatcher(matcher); }