A collection (or suite) of test cases.
SDK
- Xcode 7.2+
Framework
- XCTest
Declaration
class XCTestSuite : XCTest
Overview
Suites are typically managed for you automatically by Xcode. Only use XCTest
if you need to define your own custom test suites programmatically.