Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java66 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); field in ExpectationStore
90 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()