NAnt SDK Documentation - v0.92

XmlResultFormatter.StartTestSuite Method 

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

Implements

IResultFormatter.StartTestSuite

See Also

XmlResultFormatter Class | NAnt.NUnit1.Types Namespace