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

TestResultExtra Class

[This is preliminary documentation and subject to change.]

Decorates NUnits TestResult with extra information such as run-time.

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

System.Object
   System.MarshalByRefObject
      NUnit.Framework.TestResult
         NAnt.NUnit1.Types.TestResultExtra

[Visual Basic]
Public Class TestResultExtra
    Inherits TestResult
[C#]
public class TestResultExtra : TestResult

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.TestResultExtra

Requirements

Namespace: NAnt.NUnit1.Types

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

See Also

TestResultExtra Members | NAnt.NUnit1.Types Namespace