NAnt SDK Documentation - v0.92

NUnitTest.Fork Property

Run the tests in a separate AppDomain.

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

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace