Click or drag to resize
TestUtilitiesTestPropertyT Method (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.

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
)

Parameters

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

Type Parameters

T
See Also