C# Class LeanTest, LeanTween

Inheritance: object
显示文件 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_oe static_oe property

public static int expected
return int

testsFinished public_oe static_oe property

public static bool testsFinished
return bool

timeout public_oe static_oe property

public static float timeout
return float

timeoutStarted public_oe static_oe property

public static bool timeoutStarted
return bool