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.