Click or drag to resize
TestUtilitiesTestPropertyT Method (T, ExpressionFuncT, Object, Object, Object, Boolean)
Asserts that the property passed across starts at a given value and can be changed to another value.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void TestProperty<T>(
	T obj,
	Expression<Func<T, Object>> propertyExpression,
	Object startValue,
	Object newValue,
	bool testForEquals
)

Parameters

obj
Type: T
propertyExpression
Type: System.Linq.ExpressionsExpressionFuncT, Object
startValue
Type: SystemObject
newValue
Type: SystemObject
testForEquals
Type: SystemBoolean

Type Parameters

T
See Also