NAnt SDK Documentation - v0.85-nightly-2005-11-09

NUnitTest Class

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for T:NAnt.NUnit1.Types.NUnitTest

Requirements

Namespace: NAnt.NUnit1.Types

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

See Also

NUnitTest Members | NAnt.NUnit1.Types Namespace