188189190191192193194
* @param matcher * the matcher on the exists flag. * @return the matcher on the file. */ default Matcher<File> fileExists(Matcher<? super Boolean> matcher) { return new FileExistsMatcher(matcher); }