PHP Class mageekguy\atoum\asserters\phpFunction

Inheritance: extends mageekguy\atoum\asserters\adapter\call
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Public Methods

Method Description
setWith ( $function )
setWithTest ( test $test )
wasCalled ( )
wasCalledWithAnyArguments ( )
wasCalledWithArguments ( )
wasCalledWithIdenticalArguments ( )
wasCalledWithoutAnyArgument ( )

Protected Methods

Method Description
adapterIsSet ( )
callIsSet ( )
setFunction ( $function )

Method Details

adapterIsSet() protected method

protected adapterIsSet ( )

callIsSet() protected method

protected callIsSet ( )

setFunction() protected method

protected setFunction ( $function )

setWith() public method

public setWith ( $function )

setWithTest() public method

public setWithTest ( test $test )
$test mageekguy\atoum\test

wasCalled() public method

public wasCalled ( )

wasCalledWithAnyArguments() public method

wasCalledWithArguments() public method

wasCalledWithIdenticalArguments() public method

wasCalledWithoutAnyArgument() public method