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

NUnitTest.Fork Property

[This is preliminary documentation and subject to change.]

Run the tests in a separate AppDomain.

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

Remarks

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

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace