public class PrototypeMatcher<T> extends Object
| Constructor and Description |
|---|
PrototypeMatcher() |
| Modifier and Type | Method and Description |
|---|---|
PrototypeMatchResult<T> |
compare(T actual,
T expectation) |
PrototypeListMatchResult<T> |
contains(Collection<T> collection,
T expectation) |
public PrototypeMatchResult<T> compare(T actual, T expectation)
public PrototypeListMatchResult<T> contains(Collection<T> collection, T expectation)
Copyright © 2015. All rights reserved.