public class PrototypeListVerifier<E,T extends Collection<E>> extends PrototypeVerifier<T>
| Constructor and Description |
|---|
PrototypeListVerifier(T actual) |
| Modifier and Type | Method and Description |
|---|---|
void |
contains(E prototype)
Check the collection contains and object which matches the expectations set on the prototype
|
matchespublic PrototypeListVerifier(T actual)
public void contains(E prototype)
prototype - the prototype object containing the expectationsCopyright © 2015. All rights reserved.