C# 클래스 DRT.ExecutionPlan

Includes an ordered list of the calls to execute for the test and the test step information for them.
파일 보기 프로젝트 열기: dotnet/wpf-test 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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