Click or drag to resize

InvokeActT Constructor (ExpressionFuncActContext, T)

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

Parameters

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