Instance Propertyswift-testing 6.0.2Testing
filter
The value(s) of the --filter
argument.
var filter: [String]?
Other members in extension
Type members
Show implementation details (2)
Hide implementation details
Instance members
Show implementation details (12)
Hide implementation details
var eventStreamOutputPath: String?
The value of the
--event-stream-output-path
argument.var eventStreamVersion: Int?
The version of the event stream schema to use when writing events to
eventStreamOutput
.var listTests: Bool?
The value of the
--list-tests
argument.var parallel: Bool?
The value of the
--parallel
or--no-parallel
argument.var quiet: Bool?
The value of the
--quiet
argument.var repeatUntil: String?
The value of the
--repeat-until
argument.var repetitions: Int?
The value of the
--repetitions
argument.var skip: [String]?
The value(s) of the
--skip
argument.var verbose: Bool?
The value of the
--verbose
argument.var verbosity: Int
The value of the
--verbosity
argument.var veryVerbose: Bool?
The value of the
--very-verbose
argument.var xunitOutput: String?
The value of the
--xunit-output
argument.