C# 클래스 Microsoft.Protocols.TestManager.Kernel.CaseListItem

Items for the plain text report
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Outcome string

공개 메소드들

메소드 설명
CaseListItem ( string name, TestCaseStatus status ) : System

Constructor

FormatText ( bool showOutcome, Separator separator ) : string

Generates a line in the plain text case list.

메소드 상세

CaseListItem() 공개 메소드

Constructor
public CaseListItem ( string name, TestCaseStatus status ) : System
name string Name of the test case
status TestCaseStatus The status of the test case
리턴 System

FormatText() 공개 메소드

Generates a line in the plain text case list.
public FormatText ( bool showOutcome, Separator separator ) : string
showOutcome bool Shows the outcome
separator Separator The separator
리턴 string

프로퍼티 상세

Name 공개적으로 프로퍼티

The name of the test case
public string Name
리턴 string

Outcome 공개적으로 프로퍼티

The outcome of the test case
public string Outcome
리턴 string