NAnt SDK Documentation - v0.92

NUnitTestRunner.CreateFormatters Method 

Creates the formatters to be used when running this test.

[Visual Basic]
Protected Sub CreateFormatters( _
   ByVal testData As NUnitTestData, _
   ByVal logPrefix As String, _
   ByVal verbose As Boolean _
)
[C#]
protected void CreateFormatters(
   NUnitTestData testData,
   string logPrefix,
   bool verbose
);

See Also

NUnitTestRunner Class | NAnt.NUnit1.Tasks Namespace