Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

ENUM

TestableTarget.Parallelization

Contents

swift
public enum Parallelization: Equatable, Codable, Sendable

With 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.

Cases

disabled

swift
case disabled

Released under the MIT License.