Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
TestableTarget.Parallelization Contents
disabledpublic enum Parallelization: Equatable, Codable, SendableWith the introduction of Swift Testing and Xcode 16, you can now choose to run your tests in parallel across either the full suite of tests in a target with .enabled, just those created under Swift Testing with .swiftTestingOnly, or run them serially with the .disabled option.
disabled case disabled