Click or drag to resize

InvokeAct Constructor (ExpressionActionActContext)

Creates an instance of InvokeAct to represent a specific void method invocation in the Act part of your test while using the ActContext.

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

Parameters

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