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

NUnitTest.HaltOnError Property

[This is preliminary documentation and subject to change.]

Stop the build process if an error occurs during the test run.

[Visual Basic]
<TaskAttribute(Name:="haltonerror", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property HaltOnError As Boolean
[C#]
[TaskAttribute(Name="haltonerror", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool HaltOnError {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit1.Types.NUnitTest.HaltOnError

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace