ICSharpCode.SharpUnit an Unit Testing Framework for .NET

DefaultTestRunner.TestAssemblyEnded Event

public event TestAssemblyEventHandler TestAssemblyEnded;

Event Data

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

PropertyDescription
AssemblyLoader

Implements

ITestRunner.TestAssemblyEnded

See Also

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