Click or drag to resize

AssertionAfterAct Method

The method called after the Act in a test.

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public abstract void AfterAct(
	ActBase act
)

Parameters

act
Type: SmartTestsActBase
The Act of your test
See Also