NAnt SDK Documentation - v0.92

TestResultExtra.RunTime Property

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.

See Also

TestResultExtra Class | NAnt.NUnit1.Types Namespace