C# Class tsg_Matcher, gunpowder

ファイルを表示 Open project: calebhc/gunpowder

Public Methods

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

Private Methods

Method Description
failed ( string message ) : void
initialize ( object actual, bool options ) : void

Method Details

toBeFalsy() public method

public toBeFalsy ( ) : tsg_Matcher
return tsg_Matcher

toBeHidden() public method

public toBeHidden ( ) : tsg_Matcher
return tsg_Matcher

toBeTruthy() public method

public toBeTruthy ( ) : tsg_Matcher
return tsg_Matcher

toBeVisible() public method

public toBeVisible ( ) : tsg_Matcher
return tsg_Matcher

toEqual() public method

public toEqual ( object expected ) : tsg_Matcher
expected object
return tsg_Matcher

toExist() public method

public toExist ( ) : tsg_Matcher
return tsg_Matcher

toFail() public method

public toFail ( ) : void
return void

toHaveColor() public method

public toHaveColor ( Color color ) : tsg_Matcher
color Color
return tsg_Matcher

toHavePosition() public method

public toHavePosition ( float expectedX, float expectedY, float expectedZ ) : tsg_Matcher
expectedX float
expectedY float
expectedZ float
return tsg_Matcher

toHavePosition() public method

public toHavePosition ( float expectedX, float expectedY, float expectedZ, float within ) : tsg_Matcher
expectedX float
expectedY float
expectedZ float
within float
return tsg_Matcher

toMatch() public method

public toMatch ( string pattern ) : tsg_Matcher
pattern string
return tsg_Matcher

toPass() public method

public toPass ( ) : void
return void

tsg_Matcher() public method

public tsg_Matcher ( object actual, bool options = true ) : System.Collections
actual object
options bool
return System.Collections