C# 클래스 PclUnit.Run.Assert

상속: IAssert
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 프로퍼티들

프로퍼티 타입 설명
ExcludeFromStack string[]

Private Properties

프로퍼티 타입 설명
Assert System
CreateException AssertionException

공개 메소드들

메소드 설명
Fail ( AssertionException assertion ) : void
Fail ( string message = null, IEnumerable excludedFromStackTrace = null ) : void
False ( bool actual, string message = null ) : void
Ignore ( string message = null ) : void
Okay ( ) : void
True ( bool actual, string message = null ) : void

비공개 메소드들

메소드 설명
Assert ( ) : System
CreateException ( string message = null ) : AssertionException

메소드 상세

Fail() 공개 메소드

public Fail ( AssertionException assertion ) : void
assertion AssertionException
리턴 void

Fail() 공개 메소드

public Fail ( string message = null, IEnumerable excludedFromStackTrace = null ) : void
message string
excludedFromStackTrace IEnumerable
리턴 void

False() 공개 메소드

public False ( bool actual, string message = null ) : void
actual bool
message string
리턴 void

Ignore() 공개 메소드

public Ignore ( string message = null ) : void
message string
리턴 void

Okay() 공개 메소드

public Okay ( ) : void
리턴 void

True() 공개 메소드

public True ( bool actual, string message = null ) : void
actual bool
message string
리턴 void

프로퍼티 상세

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

public static string[] ExcludeFromStack
리턴 string[]