ICSharpCode.SharpUnit an Unit Testing Framework for .NET

DefaultTestRunner.TestSucceeded Event

public event TestEventHandler TestSucceeded;

Event Data

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

PropertyDescription
Test

Implements

ITestRunner.TestSucceeded

See Also

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