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

/openjdk7/jdk/test/java/nio/file/PathMatcher/
H A DBasic.java56 static void assertNotMatch(String path, String pattern) { method in class:Basic
88 assertNotMatch("foo.html", "foo.htm");
89 assertNotMatch("foo.html", "bar.html");
97 assertNotMatch("foo.html", "*.htm");
98 assertNotMatch("foo.html", "f.*");
105 assertNotMatch("foo.html", "foo.???");
110 assertNotMatch("foo.html", "foo{.htm,.class}");

Completed in 37 milliseconds