DotNetVSTester.

Test(IEnumerable<FilePath>, DotNetVSTestSettings) Method

Summary

Tests the project using the specified path with arguments and settings.

Syntax

public void Test(IEnumerable<FilePath> testFiles, DotNetVSTestSettings settings)

Parameters

Name Type Description
testFiles IEnumerable<FilePath> A list of test files to run.
settings DotNetVSTestSettings The settings.

Return Value

Type Description
void