Searched refs:assertRegExMatch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/nio/file/PathMatcher/
H A DBasic.java71 static void assertRegExMatch(String path, String pattern) { method in class:Basic
158 assertRegExMatch("foo.html", ".*\\.html");
161 assertRegExMatch("foo012", "foo\\d+");
162 assertRegExMatch("fo o", "fo\\so");
163 assertRegExMatch("foo", "\\w+");

Completed in 29 milliseconds