Test
Represents the results of running a single test.
struct Test
Represents the results of running a single test.
struct Test
s13PackagePlugin0A7ManagerV10TestResultV0D6TargetV0D4CaseV0D0V
What are these?1UXW3
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.
var name: String
var tests: [Test]
var duration: Double
var name: String
var result: Result
enum Result
Represents the result of running a single test.