NUnit3Settings.

Labels Property

Summary

Gets or sets a value specifying whether to write test case names to the output.
Namespace
Cake.Common.Tools.NUnit
Containing Type
NUnit3Settings

Syntax

public NUnit3Labels Labels { get; set; }

Value

Type Description
NUnit3Labels On to write labels for tests that are run,All to write labels for all tests,Before to write labels at the start of every test ,or After to write labels at the end of every test.