C# 클래스 LeanTest, LeanTween

상속: object
파일 보기 프로젝트 열기: dentedpixel/LeanTween 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
expected int
testsFinished bool
timeout float
timeoutStarted bool

공개 메소드들

메소드 설명
debug ( string name, bool didPass, string failExplaination = null ) : void
expect ( bool didPass, string definition, string failExplaination = null ) : void
formatB ( string str ) : string
formatBC ( string str, string color ) : string
formatC ( string str, string color ) : string
overview ( ) : void
padRight ( int len ) : string
printOutLength ( string str ) : float

메소드 상세

debug() 공개 정적인 메소드

public static debug ( string name, bool didPass, string failExplaination = null ) : void
name string
didPass bool
failExplaination string
리턴 void

expect() 공개 정적인 메소드

public static expect ( bool didPass, string definition, string failExplaination = null ) : void
didPass bool
definition string
failExplaination string
리턴 void

formatB() 공개 정적인 메소드

public static formatB ( string str ) : string
str string
리턴 string

formatBC() 공개 정적인 메소드

public static formatBC ( string str, string color ) : string
str string
color string
리턴 string

formatC() 공개 정적인 메소드

public static formatC ( string str, string color ) : string
str string
color string
리턴 string

overview() 공개 정적인 메소드

public static overview ( ) : void
리턴 void

padRight() 공개 정적인 메소드

public static padRight ( int len ) : string
len int
리턴 string

printOutLength() 공개 정적인 메소드

public static printOutLength ( string str ) : float
str string
리턴 float

프로퍼티 상세

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

public static int expected
리턴 int

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

public static bool testsFinished
리턴 bool

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

public static float timeout
리턴 float

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

public static bool timeoutStarted
리턴 bool