ICSharpCode.SharpUnit an Unit Testing Framework for .NET

DefaultTestRunner.TestFailed Event

public event TestFailedEventHandler TestFailed;

Event Data

The event handler receives an argument of type TestFailedEventArgs containing data related to this event. The following TestFailedEventArgs properties provide information specific to this event.

PropertyDescription
ExceptionThrown
Test

Implements

ITestRunner.TestFailed

See Also

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