ExampleGroup
final public class ExampleGroup : NSObject, Filterable
Example groups are logical groupings of examples, defined with
the describe and context functions. Example groups can share
setup and teardown code.
-
Declaration
Swift
public override var description: String { get } -
Undocumented
Declaration
Swift
@objc public var examples: [Example] { get } -
View on GitHub