VSTestSettingsExtensions Class

Summary

Contains functionality related to VSTest settings.
Namespace
Cake.Common.Tools.VSTest
Base Types
  • object
graph BT Type-->Base0["object"] Type["VSTestSettingsExtensions"] class Type type-node

Syntax

public static class VSTestSettingsExtensions

Methods

Name Value Summary
WithAppVeyorLogger(VSTestSettings) VSTestSettings
Log to the AppVeyor logger (which is only available when building your solution on the AppVeyor platform).
static
WithLogger(VSTestSettings, string) VSTestSettings
Log to a custom logger.
static
WithoutAnyLogger(VSTestSettings) VSTestSettings
Do not Log.
static
WithVisualStudioLogger(VSTestSettings) VSTestSettings
Log to a trx file.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin