| ActBaseAssertions Property |
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public 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:
AssertionSee Also