DotNetTester.

Test(string, ProcessArgumentBuilder, DotNetTestSettings) Method

Summary

Tests the project using the specified path with arguments and settings.
Namespace
Cake.Common.Tools.DotNet.Test
Containing Type
DotNetTester

Syntax

public void Test(string project, ProcessArgumentBuilder arguments, DotNetTestSettings settings)

Parameters

Name Type Description
project string The target project path.
arguments ProcessArgumentBuilder The arguments.
settings DotNetTestSettings The settings.

Return Value

Type Description
void