| 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; }
Public Shared ReadOnly Property SmartAssert As SmartAssertPlaceHolder
Get
public:
static property SmartAssertPlaceHolder^ SmartAssert {
SmartAssertPlaceHolder^ get ();
}
static member SmartAssert : SmartAssertPlaceHolder with get
Property Value
Type:
SmartAssertPlaceHolderRemarks
Smart Assertions are instances of
Assertion sub-classes, created from method factories as
extension methods.
See Also