SuiteTrait
A protocol describing a trait that you can add to a test suite.
Declaration
protocol SuiteTrait : TraitOverview
The testing library defines a number of traits that you can add to test suites. You can also define your own traits by creating types that conform to this protocol, or to the TestTrait protocol.