DataCollectionEvents 类

定义

定义诊断数据适配器可以注册的执行事件。

public ref class DataCollectionEvents abstract
public abstract class DataCollectionEvents
type DataCollectionEvents = class
Public MustInherit Class DataCollectionEvents
继承
DataCollectionEvents

构造函数

DataCollectionEvents()

事件

CustomNotification

发生于自定义通知时出现。

DataRequest

引发以请求中间数据。

SessionEnd

当测试会话结束时引发。

SessionPause

当测试会话暂停时引发。

SessionResume

在测试会话恢复时引发。

SessionStart

当测试会话启动时引发。

TestCaseEnd

在测试用例结束时引发。

TestCaseFailed
TestCasePause

在测试用例暂停时引发。

TestCaseReset

在测试用例重置时引发。

TestCaseResume

在测试用例恢复时引发。

TestCaseStart

在测试用例开始时引发。

TestStepEnd

在测试步骤结束时引发。

TestStepStart

在测试步骤开始时引发。

适用于