The Gallio.Runner.Events namespace contains event types that are used by the test runner.
Classes
| Class | Description | |
|---|---|---|
| AnnotationDiscoveredEventArgs |
Arguments for an event raised to signal that an annotation has been discovered and
added to the test model.
| |
| DisposeFinishedEventArgs |
Arguments for an event raised to indicate that the test runner disposal has finished.
| |
| DisposeStartedEventArgs |
Arguments for an event raised to indicate that the test runner disposal has started.
| |
| ExploreFinishedEventArgs |
Arguments for an event raised to indicate that test exploration has finished.
| |
| ExploreStartedEventArgs |
Arguments for an event raised to indicate that test exploration has started.
| |
| InitializeFinishedEventArgs |
Arguments for an event raised to indicate that the test runner initialization has finished.
| |
| InitializeStartedEventArgs |
Arguments for an event raised to indicate that the test runner initialization has started.
| |
| MessageReceivedEventArgs |
Arguments for an event raised when a raw message is received.
| |
| RunFinishedEventArgs |
Arguments for an event raised to indicate that test execution has finished.
| |
| RunStartedEventArgs |
Arguments for an event raised to indicate that test execution has started.
| |
| TestDiscoveredEventArgs |
Arguments for an event raised to signal that a test was discovered and added to the test model.
| |
| TestRunnerEventDispatcher |
Dispatches test runner events to listeners.
| |
| TestStepEventArgs |
Base arguments for an event raised to provide information about a test step.
| |
| TestStepFinishedEventArgs |
Arguments for an event raised to indicate that a test step has finished execution.
| |
| TestStepLifecyclePhaseChangedEventArgs |
Arguments for an event raised to indicate that a test step has entered a new lifecycle phase.
| |
| TestStepLogAttachEventArgs |
Arguments for an event raised to indicate that an attachment has been added to a test step log.
| |
| TestStepLogStreamBeginMarkerBlockEventArgs |
Arguments for an event raised to indicate that a marker block has been started within a test step log stream.
| |
| TestStepLogStreamBeginSectionBlockEventArgs |
Arguments for an event raised to indicate that a section has been started within a test step log stream.
| |
| TestStepLogStreamEmbedEventArgs |
Arguments for an event raised to indicate that an attachment has been embedded into a test step log stream.
| |
| TestStepLogStreamEndBlockEventArgs |
Arguments for an event raised to indicate that a block has been finished within a test step log stream.
| |
| TestStepLogStreamEventArgs |
Base arguments for an event raised to indicate that a test step log stream has been modified in some way.
| |
| TestStepLogStreamWriteEventArgs |
Arguments for an event raised to indicate that text has been written to a test step log stream.
| |
| TestStepMetadataAddedEventArgs |
Arguments for an event raised to indicate that a test step dynamically added metadata to itself.
| |
| TestStepStartedEventArgs |
Arguments for an event raised to indicate that a test step has started execution.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ITestRunnerEvents |
Declares all of the events that may be raised by a ITestRunner.
|
