PHP Class mageekguy\atoum\asserters\adapter

Inheritance: extends mageekguy\atoum\asserter
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
adapterIsSet ( )
callIsSet ( )

Method Details

__get() public méthode

public __get ( $property )

adapterIsSet() protected méthode

protected adapterIsSet ( )

call() public méthode

public call ( $function )

callIsSet() protected méthode

protected callIsSet ( )

withAnyArguments() public méthode

public withAnyArguments ( )

withArguments() public méthode

public withArguments ( )

withAtLeastArguments() public méthode

public withAtLeastArguments ( array $arguments )
$arguments array

withAtLeastIdenticalArguments() public méthode

public withAtLeastIdenticalArguments ( array $arguments )
$arguments array

withIdenticalArguments() public méthode

withoutAnyArgument() public méthode

public withoutAnyArgument ( )