Click or drag to resize

ActInvoke Method

Run the Act part of your test with a context.

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

Parameters

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