ICSharpCode.SharpUnit an Unit Testing Framework for .NET

DefaultTestRunner.TestSuiteEnded Event

public event TestSuiteEventHandler TestSuiteEnded;

Event Data

The event handler receives an argument of type TestSuiteEventArgs containing data related to this event. The following TestSuiteEventArgs property provides information specific to this event.

PropertyDescription
TestSuite

Implements

ITestRunner.TestSuiteEnded

See Also

DefaultTestRunner Class | DefaultTestRunner Members | ICSharpCode.SharpUnit.Environment Namespace