TestResultExtra Class

Summary

Decorates NUnits NUnit.Framework.TestResult with extra information such as run-time.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Types
Base Types
  • TestResult
graph BT Type-->Base0["TestResult"] Type["TestResultExtra"] class Type type-node

Syntax

public class TestResultExtra : TestResult

Constructors

Name Summary
TestResultExtra() Initializes a new instance of the NAnt.NUnit1.Types.TestResultExtra class.

Properties

Name Value Summary
RunTime long
Gets or sets the total run-time of a test.