Test
A type representing a test or suite.
Declaration
struct TestOverview
An instance of this type may represent:
A type containing zero or more tests (i.e. a test suite);
An individual test function (possibly contained within a type); or
A test function parameterized over one or more sequences of inputs.
Two instances of this type are considered to be equal if the values of their Test/id-swift.property properties are equal.