docs/Classes/ExampleBase.html
public class ExampleBase : _ExampleBase
The common superclass of both Example and AsyncExample. This is mostly used for determining filtering (focusing or pending) and other cases where we want to apply something to any kind of example.
`
isSharedExample
`
A boolean indicating whether the example is a shared example; i.e.: whether it is an example defined with itBehavesLike.
Swift
public var isSharedExample: Bool
`
callsite
`
The site at which the example is defined. This must be set correctly in order for Xcode to highlight the correct line in red when reporting a failure.
Swift
public var callsite: Callsite
`
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.
Swift
public var name: String { get }
© 2025 Quick Contributors. All rights reserved. (Last updated: 2025-06-26)
Generated by jazzy ♪♫ v0.15.3, a Realm project.