NAnt SDK Documentation - v0.92

NUnitTest Class

Represents a test element of an NUnitTask.

For a list of all members of this type, see NUnitTest Members.

System.Object
   NAnt.Core.Element
      NAnt.NUnit1.Types.NUnitTest

[Visual Basic]
<ElementName(Name:="test")>
Public Class NUnitTest
    Inherits Element
[C#]
[ElementName(Name="test")]
public class NUnitTest : Element

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.NUnit1.Types

Assembly: NAnt.NUnit1Tasks (in NAnt.NUnit1Tasks.dll)

See Also

NUnitTest Members | NAnt.NUnit1.Types Namespace