| AssertionBeforeAct Method |
The method called before the Act in a test.
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public abstract void BeforeAct(
ActBase act
)
Public MustOverride Sub BeforeAct (
act As ActBase
)
public:
virtual void BeforeAct(
ActBase^ act
) abstract
abstract BeforeAct :
act : ActBase -> unit
Parameters
- act
- Type: SmartTestsActBase
The Act of your test
See Also