TestSubset

    Specifies what tests in a package to run.

    PackageManagerProxy.swift:157
    enum TestSubset

    Cases

    • case all

      Represents all tests in the package.

    • case filtered([String])

      Represents one or more tests filtered by regular expression, with the format . or ./. This is the same as the --filter option of swift test.

    Other members in extension

    Types

    Instance members