C# Class DRT.ExecutionPlan

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

Méthodes publiques

Свойство Type Description
Calls List
TestSteps TestStepAttribute>.Dictionary

Property Details

Calls public_oe property

The ordered list of calls to execute.
public List Calls
Résultat List

TestSteps public_oe property

TestStep information, primarily for logging / tracing
public Dictionary TestSteps
Résultat TestStepAttribute>.Dictionary