Instance Propertyswift-testing 6.0.2Testing
debugDescription
A debug description of this value, formatted using String(reflecting:)
.
This declaration is gated by at least one @_spi attribute.
var debugDescription: String
Other members in extension
Type members
Show system interfaces (1)
Hide system interfaces
Instance members
Show system interfaces (5)
Hide system interfaces
var children: [`Self`]?
The children of this value, representing its substructure, if any.
var description: String
A description of this value, formatted using
init(describingForTest:)
.var isCollection: Bool
Whether or not this value represents a collection of values.
var label: String?
The label associated with this value, if any.
var typeInfo: TypeInfo
Information about the type of this value.