| 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
)
Public MustOverride Sub Invoke (
context As ActContext
)
public:
virtual void Invoke(
ActContext^ context
) abstract
abstract Invoke :
context : ActContext -> unit
Parameters
- context
- Type: SmartTestsActContext
The ActContext of the test.
See Also