public class PrototypeCollectionExpectation<E,T extends Collection<E>> extends PrototypeObjectExpectation
| Constructor and Description |
|---|
PrototypeCollectionExpectation(Prototype<?> prototype,
PrototypeProperty property) |
| Modifier and Type | Method and Description |
|---|---|
void |
contains(E element) |
void |
isEmpty() |
equalTo, matches, notNullValue, nullValue, setExpectationpublic PrototypeCollectionExpectation(Prototype<?> prototype, PrototypeProperty property)
public void isEmpty()
public void contains(E element)
Copyright © 2014. All Rights Reserved.