---
title: current
framework: testing
role: symbol
role_heading: Type Property
path: testing/exittest/current
---

# current

The exit test that is running in the current process, if any.

## Declaration

```swift
static var current: ExitTest? { get }
```

## Discussion

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.
