PHP Class Eris\Generator\SetGeneratorTest

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

Public Methods

Method Description
testContainsAnEmptySet ( )
testNoRepeatedElementsAreInTheSet ( )
testRespectsGenerationSize ( )
testShrinkEmptySet ( )
testShrinksOnlyInSizeBecauseShrinkingElementsMayCauseCollisions ( )
testStopsBeforeInfiniteLoopsInTryingToExtractNewElementsToPutInTheSt ( )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
assertNoRepeatedElements ( array $generated )

Method Details

setUp() protected method

protected setUp ( )

testContainsAnEmptySet() public method

testNoRepeatedElementsAreInTheSet() public method

testRespectsGenerationSize() public method

testShrinkEmptySet() public method

public testShrinkEmptySet ( )

testShrinksOnlyInSizeBecauseShrinkingElementsMayCauseCollisions() public method

testStopsBeforeInfiniteLoopsInTryingToExtractNewElementsToPutInTheSt() public method