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

LogFormatter.StartTestSuite Method 

[This is preliminary documentation and subject to change.]

Called when the whole test suite has started.

[Visual Basic]
NotOverridable Public Sub StartTestSuite( _
   ByVal suite As NUnitTestData _
) _
    Implements IResultFormatter.StartTestSuite
[C#]
public void StartTestSuite(
   NUnitTestData suite
);

Parameters

suite
Missing <param> documentation for suite

Implements

IResultFormatter.StartTestSuite

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Types.LogFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)

See Also

LogFormatter Class | NAnt.NUnit1.Types Namespace