NUnitTestRunner.

CreateFormatters(NUnitTestData, string, bool) Method

Summary

Creates the formatters to be used when running this test.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Tasks
Containing Type
NUnitTestRunner

Syntax

protected void CreateFormatters(NUnitTestData testData, string logPrefix, bool verbose)

Parameters

Name Type Description
testData NUnitTestData
logPrefix string
verbose bool

Return Value

Type Description
void