C# 클래스 ConventionTestProcessor.ConventionMatch

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

공개 프로퍼티들

프로퍼티 타입 설명
Correct List
Invalid List
Unknown List

공개 메소드들

메소드 설명
PrintOutResult ( Result result ) : void
ReprintOutItems ( string header, IList results, bool printoutAll = false ) : void
ResultMatchesName ( Result result ) : bool?
WriteOutTrailer ( ) : void

메소드 상세

PrintOutResult() 공개 정적인 메소드

public static PrintOutResult ( Result result ) : void
result Result
리턴 void

ReprintOutItems() 공개 정적인 메소드

public static ReprintOutItems ( string header, IList results, bool printoutAll = false ) : void
header string
results IList
printoutAll bool
리턴 void

ResultMatchesName() 공개 정적인 메소드

public static ResultMatchesName ( Result result ) : bool?
result Result
리턴 bool?

WriteOutTrailer() 공개 정적인 메소드

public static WriteOutTrailer ( ) : void
리턴 void

프로퍼티 상세

Correct 공개적으로 정적으로 프로퍼티

public static List Correct
리턴 List

Invalid 공개적으로 정적으로 프로퍼티

public static List Invalid
리턴 List

Unknown 공개적으로 정적으로 프로퍼티

public static List Unknown
리턴 List