Searched refs:outcomes (Results 1 – 1 of 1) sorted by relevance
66 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); field in ExpectationStore90 Expectation exactNameMatch = outcomes.get(outcome.getName()); in get()107 Expectation expectation = outcomes.get(name); in getByNameOrPackage()245 Map<String, Expectation> map = isFailure ? failures : outcomes; in readExpectation()276 … Iterable<Expectation> allExpectations = Iterables.concat(outcomes.values(), failures.values()); in loadBugStatuses()310 return outcomes; in getAllOutComes()