PHP Class Eris\Generator\StringGeneratorTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: giorgiosironi/eris

Méthodes publiques

Méthode Description
setUp ( )
testCannotShrinkTheEmptyString ( )
testRandomlyPicksLengthAndCharacters ( )
testRespectsTheGenerationSize ( )
testShrinksByChoppingOffChars ( )

Private Methods

Méthode Description
accumulateLengths ( array $lengths, $length )
accumulateUsedChars ( array $usedChars, $value )

Method Details

setUp() public méthode

public setUp ( )

testCannotShrinkTheEmptyString() public méthode

testRandomlyPicksLengthAndCharacters() public méthode

testRespectsTheGenerationSize() public méthode

testShrinksByChoppingOffChars() public méthode