Instance Propertyswift-package-manager 6.0.3PackagePlugin
tests
PackageManagerProxy.swift:208var tests: [Test]
var tests: [Test]
s13PackagePlugin0A7ManagerV10TestResultV0D6TargetV0D4CaseV5testsSayAI0D0VGvp
What are these?76EI9
import PackagePlugin
struct TestCase
Represents the results of running some or all of the tests in a single test case.
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 TestTarget
Represents the results of running some or all of the tests in a single test target.
struct Test
Represents the results of running a single test.
var name: String