Searched defs:gold (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/processing/model/type/
H A DTestUnionType.java78 TestKind(String throwsTypes, String catchTypes, String... gold) { argument
81 this.gold = Arrays.asList(gold);
86 final List<String> gold; field in class:TestUnionType.TestKind
130 if (!p.log.equals(tk.gold)) {
132 for (String g: tk.gold)

Completed in 39 milliseconds