Property | Type | Description | |
---|---|---|---|
expected | int | ||
testsFinished | bool | ||
timeout | float | ||
timeoutStarted | bool |
Method | Description | |
---|---|---|
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 | |
return | void |
public static expect ( bool didPass, string definition, string failExplaination = null ) : void | ||
didPass | bool | |
definition | string | |
failExplaination | string | |
return | void |
public static formatB ( string str ) : string | ||
str | string | |
return | string |
public static formatBC ( string str, string color ) : string | ||
str | string | |
color | string | |
return | string |
public static formatC ( string str, string color ) : string | ||
str | string | |
color | string | |
return | string |
public static printOutLength ( string str ) : float | ||
str | string | |
return | float |