AsyncExampleGroup
final public class AsyncExampleGroup : CustomStringConvertible
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 var description: String { get } -
Returns a list of examples that belong to this example group, or to any of its descendant example groups.
Declaration
Swift
public var examples: [AsyncExample] { get }
View on GitHub