Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java90 Expectation exactNameMatch = outcomes.get(outcome.getName()); in get() local
91 if (exactNameMatch != null) { in get()
92 return exactNameMatch; in get()