프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static debug ( string name, bool didPass, string failExplaination = null ) : void | ||
name | string | |
didPass | bool | |
failExplaination | string | |
리턴 | void |
public static expect ( bool didPass, string definition, string failExplaination = null ) : void | ||
didPass | bool | |
definition | string | |
failExplaination | string | |
리턴 | void |
public static formatBC ( string str, string color ) : string | ||
str | string | |
color | string | |
리턴 | string |
public static formatC ( string str, string color ) : string | ||
str | string | |
color | string | |
리턴 | string |