Click or drag to resize

InvokeActInvoke Method

Run the Act part of your test with a context.

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

Parameters

context
Type: SmartTestsActContext
The ActContext of the test.
See Also