init(location:)
Initializes a new instance with a call stack from the executing thread and a provided source code location.
Declaration
convenience init(location: XCTSourceCodeLocation?)Parameters
- location:
A representation of a location in source code.
Discussion
The system derives the call stack from NSThread.callStackReturnAddresses.