Method | Description | |
---|---|---|
toBeFalsy ( ) : tsg_Matcher | ||
toBeHidden ( ) : tsg_Matcher | ||
toBeTruthy ( ) : tsg_Matcher | ||
toBeVisible ( ) : tsg_Matcher | ||
toEqual ( object expected ) : tsg_Matcher | ||
toExist ( ) : tsg_Matcher | ||
toFail ( ) : void | ||
toHaveColor ( Color color ) : tsg_Matcher | ||
toHavePosition ( float expectedX, float expectedY, float expectedZ ) : tsg_Matcher | ||
toHavePosition ( float expectedX, float expectedY, float expectedZ, float within ) : tsg_Matcher | ||
toMatch ( string pattern ) : tsg_Matcher | ||
toPass ( ) : void | ||
tsg_Matcher ( object actual, bool options = true ) : System.Collections |
Method | Description | |
---|---|---|
failed ( string message ) : void | ||
initialize ( object actual, bool options ) : void |
public toEqual ( object expected ) : tsg_Matcher | ||
expected | object | |
return | tsg_Matcher |
public toHaveColor ( Color color ) : tsg_Matcher | ||
color | Color | |
return | tsg_Matcher |
public toHavePosition ( float expectedX, float expectedY, float expectedZ ) : tsg_Matcher | ||
expectedX | float | |
expectedY | float | |
expectedZ | float | |
return | tsg_Matcher |
public toHavePosition ( float expectedX, float expectedY, float expectedZ, float within ) : tsg_Matcher | ||
expectedX | float | |
expectedY | float | |
expectedZ | float | |
within | float | |
return | tsg_Matcher |
public toMatch ( string pattern ) : tsg_Matcher | ||
pattern | string | |
return | tsg_Matcher |
public tsg_Matcher ( object actual, bool options = true ) : System.Collections | ||
actual | object | |
options | bool | |
return | System.Collections |