NUnit2Task.

Tests Property

Summary

Tests to run.
Assembly
NAnt.NUnit2.dll
Namespace
NAnt.NUnit2.Tasks
Containing Type
NUnit2Task

Syntax

[BuildElementArray("test")]
public List<NUnit2Test> Tests { get; }

Attributes

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

Value

Type Description
List<NUnit2Test>