TestDequeue

sealed external interface TestDequeue : LocationInfo(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 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 name: String

The test name.

Link copied to clipboard
abstract var nesting: Double

The nesting level of the test.

Link copied to clipboard
abstract var type: TestDequeueType

The test type. Either 'suite' or 'test'.