Contents

XCTestSuite

A collection of test cases to manage as a test suite.

Declaration

class XCTestSuite

Overview

Typically, Xcode automatically manages test suites for you. Only use XCTestSuite if you need to define your own custom test suites programmatically.

Topics

Creating Test Suites

Managing Tests