C# 클래스 IInteractive.WebTest.TestCasePart

파일 보기 프로젝트 열기: iinteractive/IInteractive.WebTest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attr string
IsCorrectScheme bool
Path string

공개 메소드들

메소드 설명
TestCasePart ( string Attr, string Path, bool IsCorrectScheme ) : System

메소드 상세

TestCasePart() 공개 메소드

public TestCasePart ( string Attr, string Path, bool IsCorrectScheme ) : System
Attr string
Path string
IsCorrectScheme bool
리턴 System

프로퍼티 상세

Attr 공개적으로 프로퍼티

public string Attr
리턴 string

IsCorrectScheme 공개적으로 프로퍼티

public bool IsCorrectScheme
리턴 bool

Path 공개적으로 프로퍼티

public string Path
리턴 string