Click or drag to resize

InvokeActTInvoke Method

Run the Act part of your test.

Namespace:  SmartTests.Acts
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public override T Invoke(
	ActContext context
)

Parameters

context
Type: SmartTestsActContext
The ActContext of the test.

Return Value

Type: T
The result of the Act part of your test.
See Also