Home
last modified time | relevance | path

Searched refs:expectationStore (Results 1 – 4 of 4) sorted by relevance

/external/vogar/src/vogar/
DXmlReportPrinter.java48 private final ExpectationStore expectationStore; field in XmlReportPrinter
51 public XmlReportPrinter(File directory, ExpectationStore expectationStore, Date date) { in XmlReportPrinter() argument
53 this.expectationStore = expectationStore; in XmlReportPrinter()
104 Expectation expectation = expectationStore.get(outcome); in testsToSuites()
151 Expectation expectation = expectationStore.get(outcome); in print()
DOutcomeStore.java54 private final ExpectationStore expectationStore; field in OutcomeStore
58 ExpectationStore expectationStore, Date date) { in OutcomeStore() argument
64 this.expectationStore = expectationStore; in OutcomeStore()
72 Expectation expectation = expectationStore.get(outcome); in read()
DRun.java63 public final ExpectationStore expectationStore; field in Run
174 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()
DDriver.java92 … } 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()