Click or drag to resize

InvokeActT Constructor (ExpressionFuncT)

Namespace:  SmartTests.Acts
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public InvokeAct(
	Expression<Func<T>> invocation
)

Parameters

invocation
Type: System.Linq.ExpressionsExpressionFuncT
The invocation expression of the Act part of your test.
Remarks
See Also