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