C# 클래스 StoryTeller.StoryTellerAssert

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

공개 메소드들

메소드 설명
Fail ( Func condition, string message ) : void
Fail ( bool condition, Func message ) : void
Fail ( bool condition, string message ) : void
Fail ( string message ) : void
ToDisplayMessage ( this ex ) : string

메소드 상세

Fail() 공개 정적인 메소드

public static Fail ( Func condition, string message ) : void
condition Func
message string
리턴 void

Fail() 공개 정적인 메소드

public static Fail ( bool condition, Func message ) : void
condition bool
message Func
리턴 void

Fail() 공개 정적인 메소드

public static Fail ( bool condition, string message ) : void
condition bool
message string
리턴 void

Fail() 공개 정적인 메소드

public static Fail ( string message ) : void
message string
리턴 void

ToDisplayMessage() 공개 정적인 메소드

public static ToDisplayMessage ( this ex ) : string
ex this
리턴 string