C# Class DRT.ExecutionPlan

Includes an ordered list of the calls to execute for the test and the test step information for them.
Datei anzeigen Open project: dotnet/wpf-test Class Usage Examples

Public Properties

Property Type Description
Calls List
TestSteps TestStepAttribute>.Dictionary

Property Details

Calls public_oe property

The ordered list of calls to execute.
public List Calls
return List

TestSteps public_oe property

TestStep information, primarily for logging / tracing
public Dictionary TestSteps
return TestStepAttribute>.Dictionary