| Class | Description |
|---|---|
| IsEqualTo<T> |
Implementation of a
PropertyExpectation to check if a property is equal to an expected value |
| IsInstanceOf<T> |
Implementation of a
PropertyExpectation to check if a property type is an instance of a given type |
| IsNotEqualTo<T> |
Implementation of a
PropertyExpectation to check if a property is equal to an expected value |
| IsNotNull<T> |
Implementation of a
PropertyExpectation to check if a property is not null |
| IsNull<T> |
Implementation of a
PropertyExpectation to check if a property is null |
| IsOneOf<T> | |
| Matches<T> |
Implementation of a
PropertyExpectation which checks the property against and expected hamcrest Matcher |
| PrototypeObjectExpectation<T> |
Copyright © 2015. All rights reserved.