Contents

init(callStack:location:)

Initializes a new instance with a provided call stack and source code location.

Declaration

init(callStack: [XCTSourceCodeFrame], location: XCTSourceCodeLocation?)

Parameters

  • callStack:

    An array of source code frames that describe the call stack.

  • location:

    A representation of a location in source code.

See Also

Initializers