Instance Propertyswift-package-manager 6.0.1PackagePlugin
testCases
PackageManagerProxy.swift:202var testCases: [TestCase]
var testCases: [TestCase]
s13PackagePlugin0A7ManagerV10TestResultV0D6TargetV9testCasesSayAG0D4CaseVGvp
What are these?5IJR4
import PackagePlugin
struct TestTarget
Represents the results of running some or all of the tests in a single test target.
struct PackageManager
Provides specialized information and services from the Swift Package Manager or an IDE that supports Swift Packages. Different plugin hosts implement the functionality in whatever way is appropriate for them, but should preserve the same semantics described here.
struct TestResult
Represents the result of running unit tests.
struct TestCase
Represents the results of running some or all of the tests in a single test case.
var name: String