Click or drag to resize
TestUtilitiesTestProperty Method
Overload List
  NameDescription
Public methodStatic memberTestProperty(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.
Public methodStatic memberTestPropertyT(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.
Public methodStatic memberTestProperty(Object, String, Object, Object)
Asserts that a property of an object has a given start value and can be successfuly changed to another value.
Public methodStatic memberTestPropertyT(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.
Public methodStatic memberTestProperty(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.
Public methodStatic memberTestPropertyT(T, ExpressionFuncT, Object, Object, Object, Boolean)
Asserts that the property passed across starts at a given value and can be changed to another value.
Top
See Also