Back to Quick

AsyncExampleGroup

docs/Classes/AsyncExampleGroup.html

7.6.2840 B
Original Source

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.

`

                description
                `

Declaration

Swift

public var description: String { get }

`

                examples
                `

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 }

© 2025 Quick Contributors. All rights reserved. (Last updated: 2025-06-26)

Generated by jazzy ♪♫ v0.15.3, a Realm project.