PHP Class Eris\Generator\StringGeneratorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: giorgiosironi/eris

Public Methods

Method Description
setUp ( )
testCannotShrinkTheEmptyString ( )
testRandomlyPicksLengthAndCharacters ( )
testRespectsTheGenerationSize ( )
testShrinksByChoppingOffChars ( )

Private Methods

Method Description
accumulateLengths ( array $lengths, $length )
accumulateUsedChars ( array $usedChars, $value )

Method Details

setUp() public method

public setUp ( )

testCannotShrinkTheEmptyString() public method

testRandomlyPicksLengthAndCharacters() public method

testRespectsTheGenerationSize() public method

testShrinksByChoppingOffChars() public method