tags(_:)
Construct a list of tags to apply to a test.
Declaration
static func tags(_ tags: Tag...) -> SelfParameters
- tags:
The list of tags to apply to the test.
Mentioned in
Return Value
An instance of Tag.List containing the specified tags.
Construct a list of tags to apply to a test.
static func tags(_ tags: Tag...) -> SelfThe list of tags to apply to the test.
An instance of Tag.List containing the specified tags.