public class PrototypeListMatchResult<T> extends Object
| Constructor and Description |
|---|
PrototypeListMatchResult(T expectation,
List<PrototypeMatchResult<T>> mismatches) |
| Modifier and Type | Method and Description |
|---|---|
T |
getExpectation() |
Prototyped<T> |
getExpectationAsPrototype() |
List<PrototypePropertyMatcher> |
getExpectations() |
List<PrototypeMatchResult<T>> |
getMismatches() |
boolean |
isMismatch() |
public PrototypeListMatchResult(T expectation, List<PrototypeMatchResult<T>> mismatches)
public boolean isMismatch()
public List<PrototypeMatchResult<T>> getMismatches()
public T getExpectation()
public Prototyped<T> getExpectationAsPrototype()
public List<PrototypePropertyMatcher> getExpectations()
Copyright © 2015. All rights reserved.