NUnit2Task.

FormatterElements Property

Summary

Formatters to output results of unit tests.
Assembly
NAnt.NUnit2.dll
Namespace
NAnt.NUnit2.Tasks
Containing Type
NUnit2Task

Syntax

[BuildElementArray("formatter")]
public List<FormatterElement> FormatterElements { get; }

Attributes

Type Description
BuildElementArrayAttribute Indicates that property should be treated as a XML arrayList

Value

Type Description
List<FormatterElement>