NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NUnitTest.HaltOnFailure Property
[This is preliminary documentation and subject to change.]
Stop the build process if a test fails (errors are considered failures as well).
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="haltonfailure", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property HaltOnFailure As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="haltonfailure", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool HaltOnFailure {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.NUnit1.Types.NUnitTest.HaltOnFailure
See Also
NUnitTest Class | NAnt.NUnit1.Types Namespace