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

/openjdk9/hotspot/test/testlibrary_tests/
H A DOutputAnalyzerReportingTest.java53 String expectedSummary =
63 testRunner.init(expectedSummary);
71 testRunner.init(expectedSummary);
78 testRunner.init(expectedSummary);
85 testRunner.init(expectedSummary);
92 testRunner.init(expectedSummary);
104 private String expectedSummary = ""; field in class:OutputAnalyzerReportingTest.DiagnosticSummaryTestRunner
108 public void init(String expectedSummary) { argument
109 this.expectedSummary = expectedSummary;
[all...]
/openjdk9/jdk/test/lib/testlibrary/
H A DOutputAnalyzerReportingTest.java50 String expectedSummary =
60 testRunner.init(expectedSummary);
68 testRunner.init(expectedSummary);
75 testRunner.init(expectedSummary);
82 testRunner.init(expectedSummary);
89 testRunner.init(expectedSummary);
101 private String expectedSummary = ""; field in class:OutputAnalyzerReportingTest.DiagnosticSummaryTestRunner
105 public void init(String expectedSummary) { argument
106 this.expectedSummary = expectedSummary;
[all...]

Completed in 35 milliseconds