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

/openjdk7/hotspot/test/runtime/7116786/
H A DTest7116786.java39 * The only fields used for the purpose of testing is the 'caseName' and
40 * the 'message'. The 'caseName' corresponds to a classfile which exhibits
52 private String caseName; // Name of the case field in class:Case
60 public Case(String caseName, String file, boolean testable, argument
62 this.caseName = caseName;
70 String getCaseName() { return this.caseName; }

Completed in 119 milliseconds