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

NUnitTestRunner.CreateFormatter Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.NUnit1.Tasks.NUnitTestRunner.CreateFormatter(NAnt.NUnit.Types.FormatterType,System.IO.FileInfo)

[Visual Basic]
Protected Function CreateFormatter( _
   ByVal type As FormatterType, _
   ByVal outfile As FileInfo _
) As IResultFormatter
[C#]
protected IResultFormatter CreateFormatter(
   FormatterType type,
   FileInfo outfile
);

Parameters

type
Missing <param> documentation for type
outfile
Missing <param> documentation for outfile

Return Value

Missing <returns> documentation for M:NAnt.NUnit1.Tasks.NUnitTestRunner.CreateFormatter(NAnt.NUnit.Types.FormatterType,System.IO.FileInfo)

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Tasks.NUnitTestRunner.CreateFormatter(NAnt.NUnit.Types.FormatterType,System.IO.FileInfo)

See Also

NUnitTestRunner Class | NAnt.NUnit1.Tasks Namespace