Click or drag to resize

SmartTestSmartAssert Property

The simplest way to access Smart Assertions.

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public static SmartAssertPlaceHolder SmartAssert { get; }

Property Value

Type: SmartAssertPlaceHolder
Remarks
Smart Assertions are instances of Assertion sub-classes, created from method factories as extension methods.
See Also