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

NUnitTestRunner.ResultCode Property

[This is preliminary documentation and subject to change.]

Gets the result of the test.

[Visual Basic]
Public ReadOnly Property ResultCode As RunnerResult
[C#]
public RunnerResult ResultCode {get;}

Property Value

The result of the test.

Remarks

Missing <remarks> documentation for P:NAnt.NUnit1.Tasks.NUnitTestRunner.ResultCode

See Also

NUnitTestRunner Class | NAnt.NUnit1.Tasks Namespace