Contents

tags(_:)

Construct a list of tags to apply to a test.

Declaration

static func tags(_ tags: Tag...) -> Self

Parameters

  • tags:

    The list of tags to apply to the test.

Mentioned in

Return Value

An instance of Tag.List containing the specified tags.

See Also

Categorizing tests and adding information