public interface ObjectExpectation
| Modifier and Type | Method and Description |
|---|---|
<T> void |
equalTo(T expectedValue)
Verify the property is equal to the expected value
|
<T> void |
matches(org.hamcrest.Matcher<T> expected)
Verify the property matches the hamcrest
Matcher |
void |
notNullValue()
Verify the property has a non-null value
|
void |
nullValue()
Verify the property has a null value
|
<T> void equalTo(T expectedValue)
<T> void matches(org.hamcrest.Matcher<T> expected)
Matchervoid nullValue()
void notNullValue()
Copyright © 2014. All Rights Reserved.