TestFail

sealed external interface TestFail : 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 details: TestFailDetails

Additional execution metadata.

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 skip: Any?

Present if context.skip is called.

Link copied to clipboard
abstract var testNumber: Double

The ordinal number of the test.

Link copied to clipboard
abstract var todo: Any?

Present if context.todo is called.