TestDiagnostic

sealed external interface TestDiagnostic : 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

The severity level of the diagnostic message. Possible values are:

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 message: String

The diagnostic message.

Link copied to clipboard
abstract var nesting: Double

The nesting level of the test.