public class PrototypeMatchResult<T> extends Object
| Constructor and Description |
|---|
PrototypeMatchResult(T actual,
T expected,
List<PrototypePropertyDifference> differences) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getActualType() |
List<PrototypePropertyDifference> |
getDifferences() |
List<PrototypePropertyMatcher> |
getExpectations() |
Class<?> |
getExpectedType() |
boolean |
isMismatch() |
public PrototypeMatchResult(T actual, T expected, List<PrototypePropertyDifference> differences)
public boolean isMismatch()
public Class<?> getExpectedType()
public Class<?> getActualType()
public List<PrototypePropertyDifference> getDifferences()
public List<PrototypePropertyMatcher> getExpectations()
Copyright © 2015. All rights reserved.