Contents

SuiteTrait

A protocol describing a trait that you can add to a test suite.

Declaration

protocol SuiteTrait : Trait

Overview

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.

Topics

Instance Properties

See Also

Creating custom traits