DataCollectionEvents Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the execution events that diagnostic data adapters can register.
public ref class DataCollectionEvents abstract
public abstract class DataCollectionEvents
type DataCollectionEvents = class
Public MustInherit Class DataCollectionEvents
- Inheritance
-
DataCollectionEvents
Constructors
DataCollectionEvents() |
Events
CustomNotification |
Occurs in response to a custom notification. |
DataRequest |
Raised to request intermediate data. |
SessionEnd |
Raised when a test session ends. |
SessionPause |
Raised when a test session pauses. |
SessionResume |
Raised when a test session resumes. |
SessionStart |
Raised when a test session starts. |
TestCaseEnd |
Raised when a test case ends. |
TestCaseFailed | |
TestCasePause |
Raised when a test case pauses. |
TestCaseReset |
Raised when a test case resets. |
TestCaseResume |
Raised when a test case resumes. |
TestCaseStart |
Raised when a test case starts. |
TestStepEnd |
Raised when a test step ends. |
TestStepStart |
Raised when a test step starts. |