 | ActBaseAssertions Property |
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntaxpublic Assertion[] Assertions { get; }
Public ReadOnly Property Assertions As Assertion()
Get
public:
property array<Assertion^>^ Assertions {
array<Assertion^>^ get ();
}
member Assertions : Assertion[] with get
Property Value
Type:
Assertion
See Also