C# 클래스 pclunit_runner.PlatformResults

파일 보기 프로젝트 열기: jbtule/PclUnit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Errors List
Excludes List
ExpectedTests IList>.IDictionary
Failures List
File PclUnit.Run.ResultsFile
Ignores List
Includes List
NoErrors List
Success List
TestFilter Lazy
WaitingForPlatforms HashSet

공개 메소드들

메소드 설명
AddResult ( Result result ) : PlatformResult>.IDictionary
AddTest ( TestMeta test, string id ) : void
Exited ( string id ) : void
PlatformResults ( ) : System
ReceivedTests ( string id ) : void

메소드 상세

AddResult() 공개 메소드

public AddResult ( Result result ) : PlatformResult>.IDictionary
result Result
리턴 PlatformResult>.IDictionary

AddTest() 공개 메소드

public AddTest ( TestMeta test, string id ) : void
test TestMeta
id string
리턴 void

Exited() 공개 메소드

public Exited ( string id ) : void
id string
리턴 void

PlatformResults() 공개 메소드

public PlatformResults ( ) : System
리턴 System

ReceivedTests() 공개 메소드

public ReceivedTests ( string id ) : void
id string
리턴 void

프로퍼티 상세

Errors 공개적으로 프로퍼티

public List Errors
리턴 List

Excludes 공개적으로 프로퍼티

public List Excludes
리턴 List

ExpectedTests 공개적으로 프로퍼티

public IDictionary> ExpectedTests
리턴 IList>.IDictionary

Failures 공개적으로 프로퍼티

public List Failures
리턴 List

File 공개적으로 프로퍼티

public ResultsFile,PclUnit.Run File
리턴 PclUnit.Run.ResultsFile

Ignores 공개적으로 프로퍼티

public List Ignores
리턴 List

Includes 공개적으로 프로퍼티

public List Includes
리턴 List

NoErrors 공개적으로 프로퍼티

public List NoErrors
리턴 List

Success 공개적으로 프로퍼티

public List Success
리턴 List

TestFilter 공개적으로 프로퍼티

public Lazy TestFilter
리턴 Lazy

WaitingForPlatforms 공개적으로 프로퍼티

public HashSet WaitingForPlatforms
리턴 HashSet