C# Class LeanTest, LeanTween

Inheritance: object
Show file Open project: dentedpixel/LeanTween Class Usage Examples

Public Properties

Property Type Description
expected int
testsFinished bool
timeout float
timeoutStarted bool

Public Methods

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

Method Details

debug() public static method

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

expect() public static method

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

formatB() public static method

public static formatB ( string str ) : string
str string
return string

formatBC() public static method

public static formatBC ( string str, string color ) : string
str string
color string
return string

formatC() public static method

public static formatC ( string str, string color ) : string
str string
color string
return string

overview() public static method

public static overview ( ) : void
return void

padRight() public static method

public static padRight ( int len ) : string
len int
return string

printOutLength() public static method

public static printOutLength ( string str ) : float
str string
return float

Property Details

expected public static property

public static int expected
return int

testsFinished public static property

public static bool testsFinished
return bool

timeout public static property

public static float timeout
return float

timeoutStarted public static property

public static bool timeoutStarted
return bool