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

/openjdk10/jdk/test/java/nio/file/PathMatcher/
H A DBasic.java52 static void assertMatch(String path, String pattern) { method in class:Basic
87 assertMatch("foo.html", "foo.html");
92 assertMatch("foo.html", "f*");
93 assertMatch("foo.html", "*.html");
94 assertMatch("foo.html", "foo.html*");
95 assertMatch("foo.html", "*foo.html");
96 assertMatch("foo.html", "*foo.html*");
101 assertMatch("foo.html", "?oo.html");
102 assertMatch("foo.html", "??o.html");
103 assertMatch("fo
[all...]
/openjdk10/jdk/test/java/lang/reflect/DefaultMethodMembers/
H A DFilterNotMostSpecific.java58 if (!assertMatch(expected, m))
78 if (assertMatch(expected, m)) {
93 private boolean assertMatch(MethodDesc expected, Method m) { method in class:FilterNotMostSpecific
/openjdk10/langtools/test/jdk/jshell/
H A DKullaTesting.java562 eventChain.mainInfo.assertMatch(entry.getValue().get(0), mainKey);
565 eventChain.updates[0].assertMatch(entry.getValue().get(1), mainKey);
573 eventChain.updates[idx++].assertMatch(ste, mainKey);
1174 public void assertMatch(SnippetEvent ste, Snippet mainSnippet) { method in class:KullaTesting.STEInfo
1194 assertNotNull(mainSnippet, "MAIN_SNIPPET used, test must pass value to assertMatch");

Completed in 52 milliseconds