Contents

Test

A type representing a test or suite.

Declaration

struct Test

Overview

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.

Topics

Structures

Instance Properties

Type Properties

Type Methods

See Also

Essentials