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 |
hasSize(int size) |
void |
isEmpty() |
void |
isNotEmpty() |
hasExpectation, isEqualTo, isInstanceOf, isNotNull, isNull, matchespublic PrototypeCollectionExpectation(Prototype<?> prototype, PrototypeProperty property)
public void isEmpty()
public void isNotEmpty()
public void hasSize(int size)
public void contains(E element)
Copyright © 2014. All rights reserved.