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

TestResultExtra.RunTime Property

[This is preliminary documentation and subject to change.]

Gets or sets the total run-time of a test.

[Visual Basic]
Public Property RunTime As Long
[C#]
public long RunTime {get; set;}

Property Value

The total run-time of a test.

Remarks

Missing <remarks> documentation for P:NAnt.NUnit1.Types.TestResultExtra.RunTime

See Also

TestResultExtra Class | NAnt.NUnit1.Types Namespace