Home
last modified time | relevance | path

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

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