Interface TestResult_TestError_StackFrame

An individual stack frame that represents a line of code within a file.

Hierarchy

  • TestResult_TestError_StackFrame

Properties

column?: number

Column number that reported the error.

file_path: string

The name of the file that reported the error.

function_name: string

The name of the function that reported the error.

line?: number

Line number that reported the error.

Generated using TypeDoc