C# 클래스 Winium.StoreApps.CodedUITestProject.CommandExecutors.CommandExecutorBase

파일 보기 프로젝트 열기: NetlifeBackupSolutions/Winium.StoreApps.CodedUi

공개 메소드들

메소드 설명
Do ( ) : Winium.StoreApps.Common.CommandResponse

보호된 메소드들

메소드 설명
DoImpl ( ) : string
JsonResponse ( ) : string
JsonResponse ( ResponseStatus status, object value ) : string

메소드 상세

Do() 공개 메소드

public Do ( ) : Winium.StoreApps.Common.CommandResponse
리턴 Winium.StoreApps.Common.CommandResponse

DoImpl() 보호된 메소드

protected DoImpl ( ) : string
리턴 string

JsonResponse() 보호된 메소드

protected JsonResponse ( ) : string
리턴 string

JsonResponse() 보호된 메소드

protected JsonResponse ( ResponseStatus status, object value ) : string
status ResponseStatus
value object
리턴 string