Discuss this help topic in SecureBlackbox Forum
Returns the number of statements.
Declaration
[VB.NET]
Property StatementCount As Integer
[Pascal]
property StatementCount : integer;
[C++]
int32_t get_StatementCount();
[PHP]
integer get_StatementCount()
[Java]
int getStatementCount();
Description
Use this property to check the number of statements in this assertion.
Discuss this help topic in SecureBlackbox Forum