ICSharpCode.SharpUnit an Unit Testing Framework for .NET

ITestRunner.TestFailed Event

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

See Also

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