class
IScriptTestCount.
IScriptTestCount
Bases: object
Gives access to the number of executed tests.
total
Gets the total number of tests. (Sum of passed, failed, skipped and not-executed tests)
uint
passed
Gets the number of passed tests.
uint
failed
Gets the number of failed tests.
uint
skipped
Gets the skipped tests.
uint
not_executed
Gets the number of not executed tests.
uint