C# Класс DRT.ExecutionPlan

Includes an ordered list of the calls to execute for the test and the test step information for them.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Calls List
TestSteps TestStepAttribute>.Dictionary

Описание свойств

Calls публичное свойство

The ordered list of calls to execute.
public List Calls
Результат List

TestSteps публичное свойство

TestStep information, primarily for logging / tracing
public Dictionary TestSteps
Результат TestStepAttribute>.Dictionary