Discuss this help topic in SecureBlackbox Forum
Returns the number of assertions in the list.
Declaration
[VB.NET]
Property AssertionCount As Integer
[Pascal]
property AssertionCount : integer;
[C++]
int32_t get_AssertionCount();
[PHP]
integer get_AssertionCount()
[Java]
int getAssertionCount();
Description
Use this property to get the number of assertions in the list.
Discuss this help topic in SecureBlackbox Forum