Back to Quick

AsyncExample

docs/docsets/Quick.docset/Contents/Resources/Documents/Classes/AsyncExample.html

7.6.21.4 KB
Original Source

AsyncExample

public class AsyncExample : ExampleBase

Undocumented

`

                description
                `

Declaration

Swift

public override var description: String { get }

`

                name
                `

The example name. A name is a concatenation of the name of the example group the example belongs to, followed by the description of the example itself.

The example name is used to generate a test method selector to be displayed in Xcode’s test navigator.

Declaration

Swift

public override var name: String { get }

`

                run()
                ` Asynchronous 

Undocumented

Declaration

Swift

public func run() async

`

                runSkippedTest()
                ` Asynchronous 

Undocumented

Declaration

Swift

public func runSkippedTest() async

`

                ==(_:_:)
                `

Returns a boolean indicating whether two Example objects are equal. If two examples are defined at the exact same callsite, they must be equal.

Declaration

Swift

@nonobjc
public static func == (lhs: AsyncExample, rhs: AsyncExample) -> Bool

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

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