Click or drag to resize

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
)

Parameters

act
Type: SmartTestsActBase
The Act of your test
See Also