Class EagerMatchResult
java.lang.Object
com.github.tomakehurst.wiremock.matching.MatchResult
com.github.tomakehurst.wiremock.matching.EagerMatchResult
- All Implemented Interfaces:
Comparable<MatchResult>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.tomakehurst.wiremock.matching.MatchResult
MatchResult.DiffDescription -
Field Summary
Fields inherited from class com.github.tomakehurst.wiremock.matching.MatchResult
ARE_EXACT_MATCH -
Constructor Summary
ConstructorsConstructorDescriptionEagerMatchResult(double distance, List<SubEvent> subEvents, List<MatchResult.DiffDescription> diffDescriptions) -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.matching.MatchResult
aggregate, aggregate, aggregateWeighted, aggregateWeighted, appendSubEvent, compareTo, exactMatch, exactMatch, getDiffDescriptions, getSubEvents, noMatch, noMatch, of, of, partialMatch, partialMatch, partialMatch
-
Constructor Details
-
EagerMatchResult
public EagerMatchResult(double distance, List<SubEvent> subEvents, List<MatchResult.DiffDescription> diffDescriptions)
-
-
Method Details
-
getDistance
public double getDistance()- Specified by:
getDistancein classMatchResult
-
isExactMatch
public boolean isExactMatch()- Specified by:
isExactMatchin classMatchResult
-