Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Only run tests with any of the matching name/value traits. One per line. [-trait]

Include Methods

Only run any of the given test methods. One per line. Each method can be fully specified or use a wildcard. i.e. 'MyNamespace.MyClass.MyTestMethod' or '*.MyTestMethod'. [-method]

...

Only run any of the given test classes. One class per line. Each class should be fully specified. i.e. 'MyNamespace.MyClass. [-class]

...

Do not run tests with any of the matching name/value traits. One per line. [-notraits]

Exclude Methods

...

Do not run any of the given test classes. One class per line. Each class should be fully specified i.e. 'MyNamespace.MyClass'. [-noclass]

...