PHP Class mageekguy\atoum\asserters\adapter

Inheritance: extends mageekguy\atoum\asserter
ファイルを表示 Open project: atoum/atoum Class Usage Examples

Public Methods

Method Description
__get ( $property )
call ( $function )
withAnyArguments ( )
withArguments ( )
withAtLeastArguments ( array $arguments )
withAtLeastIdenticalArguments ( array $arguments )
withIdenticalArguments ( )
withoutAnyArgument ( )

Protected Methods

Method Description
adapterIsSet ( )
callIsSet ( )

Method Details

__get() public method

public __get ( $property )

adapterIsSet() protected method

protected adapterIsSet ( )

call() public method

public call ( $function )

callIsSet() protected method

protected callIsSet ( )

withAnyArguments() public method

public withAnyArguments ( )

withArguments() public method

public withArguments ( )

withAtLeastArguments() public method

public withAtLeastArguments ( array $arguments )
$arguments array

withAtLeastIdenticalArguments() public method

public withAtLeastIdenticalArguments ( array $arguments )
$arguments array

withIdenticalArguments() public method

withoutAnyArgument() public method

public withoutAnyArgument ( )