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

NUnitTestRunner.CreateFormatters Method 

[This is preliminary documentation and subject to change.]

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
);

Parameters

testData
Missing <param> documentation for testData
logPrefix
Missing <param> documentation for logPrefix
verbose
Missing <param> documentation for verbose

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Tasks.NUnitTestRunner.CreateFormatters(NAnt.NUnit1.Types.NUnitTestData,System.String,System.Boolean)

See Also

NUnitTestRunner Class | NAnt.NUnit1.Tasks Namespace