TestUtilitiesTestProperty Method |
Name | Description | |
---|---|---|
TestProperty(Object, String, Boolean) |
Asserts that a bool property of an object has the given start value. Sets the property to the toggled start value and asserts that
the toggled value can then be read back from the property.
| |
TestPropertyT(T, ExpressionFuncT, Object, Boolean) |
Asserts that a bool property of an object has the given start value. Sets the property to the toggled start value and asserts that
the toggled value can then be read back from the property.
| |
TestProperty(Object, String, Object, Object) |
Asserts that a property of an object has a given start value and can be successfuly changed to another value.
| |
TestPropertyT(T, ExpressionFuncT, Object, Object, Object) |
Asserts that a property of an object has a given start value and can be successfuly changed to another value.
| |
TestProperty(Object, String, Object, Object, Boolean) |
Asserts that a property of an object has a given start value and can be successfuly changed to another value.
| |
TestPropertyT(T, ExpressionFuncT, Object, Object, Object, Boolean) |
Asserts that the property passed across starts at a given value and can be changed to another value.
|