Searched refs:expectationStore (Results 1 – 4 of 4) sorted by relevance
48 private final ExpectationStore expectationStore; field in XmlReportPrinter51 public XmlReportPrinter(File directory, ExpectationStore expectationStore, Date date) { in XmlReportPrinter() argument53 this.expectationStore = expectationStore; in XmlReportPrinter()104 Expectation expectation = expectationStore.get(outcome); in testsToSuites()151 Expectation expectation = expectationStore.get(outcome); in print()
54 private final ExpectationStore expectationStore; field in OutcomeStore58 ExpectationStore expectationStore, Date date) { in OutcomeStore() argument64 this.expectationStore = expectationStore; in OutcomeStore()72 Expectation expectation = expectationStore.get(outcome); in read()
63 public final ExpectationStore expectationStore; field in Run174 expectationStore = ExpectationStore.parse( in Run()177 expectationStore.loadBugStatuses(new CommandBugDatabase(log, vogar.openBugsCommand)); in Run()193 this.reportPrinter = new XmlReportPrinter(xmlReportsDirectory, expectationStore, date); in Run()196 expectationStore, date); in Run()
92 … } else if (run.expectationStore.get(action.getName()).getResult() == Result.UNSUPPORTED) { in buildAndRun()152 Expectation expectation = run.expectationStore.get(action.getName()); in enqueueActionTasks()228 Expectation expectation = run.expectationStore.get(outcome); in recordOutcome()