TestSummaryCounts

sealed external interface TestSummaryCounts(source)

Properties

Link copied to clipboard
abstract var cancelled: Double

The total number of cancelled tests.

Link copied to clipboard
abstract var passed: Double

The total number of passed tests.

Link copied to clipboard
abstract var skipped: Double

The total number of skipped tests.

Link copied to clipboard
abstract var suites: Double

The total number of suites run.

Link copied to clipboard
abstract var tests: Double

The total number of tests run, excluding suites.

Link copied to clipboard
abstract var todo: Double

The total number of TODO tests.

Link copied to clipboard
abstract var topLevel: Double

The total number of top level tests and suites.