public class PrototypeArrayExpectation<T> extends PrototypeObjectExpectation
| Constructor and Description |
|---|
PrototypeArrayExpectation(Prototype<?> prototype,
PrototypeProperty property) |
| Modifier and Type | Method and Description |
|---|---|
void |
contains(T element) |
void |
hasLength(int size) |
void |
isEmpty() |
void |
isNotEmpty() |
hasExpectation, isEqualTo, isInstanceOf, isNotNull, isNull, matchespublic PrototypeArrayExpectation(Prototype<?> prototype, PrototypeProperty property)
public void isEmpty()
public void isNotEmpty()
public void hasLength(int size)
public void contains(T element)
Copyright © 2014. All rights reserved.