---
title: XCTestSuiteRun
framework: xctest
role: symbol
role_heading: Class
path: xctest/xctestsuiterun
---

# XCTestSuiteRun

An object that collects information about a specific execution of a test suite.

## Declaration

```swift
class XCTestSuiteRun
```

## Overview

Overview The test runner manages the creation and tracking of XCTestSuiteRun for an XCTestSuite.

## Topics

### Managing Test Runs

- [addTestRun(_:)](xctest/xctestsuiterun/addtestrun(_:).md)
- [testRuns](xctest/xctestsuiterun/testruns.md)

## Relationships

### Inherits From

- [XCTestRun](xctest/xctestrun.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Test Runs

- [XCTestCaseRun](xctest/xctestcaserun.md)
- [XCTestRun](xctest/xctestrun.md)
