IScriptTestCount

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)

Type

uint

passed

Gets the number of passed tests.

Type

uint

failed

Gets the number of failed tests.

Type

uint

skipped

Gets the skipped tests.

Type

uint

not_executed

Gets the number of not executed tests.

Type

uint