current
The exit test that is running in the current process, if any.
Declaration
static var current: ExitTest? { get }Discussion
If the current process was created to run an exit test, the value of this property describes that exit test. If this process is the parent process of an exit test, or if no exit test is currently running, the value of this property is nil.
The value of this property is constant across all tasks in the current process.