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

/openjdk7/hotspot/test/runtime/6981737/
H A DTest6981737.java59 public static String verifyProperty(String name, String expected_re) { argument
62 "\".matches(\"" + expected_re + "\")... ");
63 if (!value.matches(expected_re)) {
67 expected_re + "\"");

Completed in 27 milliseconds