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.