NAnt SDK Documentation - v0.92
NUnitTestRunner.CreateFormatter Method
[Visual Basic]
Protected Function CreateFormatter( _
ByVal
type
As
FormatterType
, _
ByVal
outfile
As
FileInfo
_
) As
IResultFormatter
[C#]
protected
IResultFormatter
CreateFormatter(
FormatterType
type
,
FileInfo
outfile
);
See Also
NUnitTestRunner Class
|
NAnt.NUnit1.Tasks Namespace