public class PrototypeObjectExpectation extends Object
| Constructor and Description |
|---|
PrototypeObjectExpectation(Prototype<?> prototype,
PrototypeProperty property) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
equalTo(T expectedValue) |
<T> void |
matches(org.hamcrest.Matcher<T> expected) |
void |
notNullValue() |
void |
nullValue() |
protected void |
setExpectation(PropertyExpectation<?> expectation) |
public PrototypeObjectExpectation(Prototype<?> prototype, PrototypeProperty property)
public <T> void matches(org.hamcrest.Matcher<T> expected)
public <T> void equalTo(T expectedValue)
public void nullValue()
public void notNullValue()
protected void setExpectation(PropertyExpectation<?> expectation)
Copyright © 2014. All Rights Reserved.