TestPlan

sealed external interface TestPlan : TestLocationInfo(source)

Properties

Link copied to clipboard
abstract var column: Double?

The column number where the test is defined, or undefined if the test was run through the REPL.

Link copied to clipboard
abstract var count: Double

The number of subtests that have ran.

Link copied to clipboard
abstract var file: String?

The path of the test file, undefined if test was run through the REPL.

Link copied to clipboard
abstract var line: Double?

The line number where the test is defined, or undefined if the test was run through the REPL.

Link copied to clipboard
abstract var nesting: Double

The nesting level of the test.