Enumeration Caseswift-package-manager 6.1.2PackagePlugin
all
Represents all tests in the package.
case allRepresents all tests in the package.
case allimport PackagePluginenum TestSubsetSpecifies what tests in a package to run.
struct PackageManagerProvides 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.
case filtered([String])Represents one or more tests filtered by regular expression, with the format --filter option of swift test.