VSTest aliases

Built-In

Contains functionality related to running VSTest unit tests.

General

VSTest(GlobPattern, VSTestSettings) Runs all VSTest unit tests in the assemblies matching the specified pattern.
VSTest(GlobPattern) Runs all VSTest unit tests in the assemblies matching the specified pattern.
VSTest(IEnumerable<FilePath>, VSTestSettings) Runs all VSTest unit tests in the specified assemblies.
VSTest(IEnumerable<FilePath>) Runs all VSTest unit tests in the specified assemblies.