ICSharpCode.SharpUnit an Unit Testing Framework for .NET

ITestRunner.TestAssemblyStarted Event

event TestAssemblyEventHandler TestAssemblyStarted;

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

See Also

ITestRunner Interface | ITestRunner Members | ICSharpCode.SharpUnit.Environment Namespace