PHP Class Eris\Generator\TupleGenerator

Inheritance: implements Eris\Generator
Afficher le fichier Open project: giorgiosironi/eris

Méthodes publiques

Méthode Description
__construct ( array $generators )
__invoke ( $size, $rand )
contains ( GeneratedValue $tuple )
shrink ( GeneratedValue $tuple )

Private Methods

Méthode Description
checkValueToShrink ( $value )
domainsTupleAsString ( )
ensureAreAllGenerators ( array $generators )

Method Details

__construct() public méthode

public __construct ( array $generators )
$generators array

__invoke() public méthode

public __invoke ( $size, $rand )

contains() public méthode

public contains ( GeneratedValue $tuple )
$tuple GeneratedValue

shrink() public méthode

public shrink ( GeneratedValue $tuple )
$tuple GeneratedValue