Click or drag to resize

InvokeAct Constructor (ExpressionAction)

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

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

Parameters

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