PHP Class Eris\Generator\SetGeneratorTest

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

Méthodes publiques

Méthode Description
testContainsAnEmptySet ( )
testNoRepeatedElementsAreInTheSet ( )
testRespectsGenerationSize ( )
testShrinkEmptySet ( )
testShrinksOnlyInSizeBecauseShrinkingElementsMayCauseCollisions ( )
testStopsBeforeInfiniteLoopsInTryingToExtractNewElementsToPutInTheSt ( )

Méthodes protégées

Méthode Description
setUp ( )

Private Methods

Méthode Description
assertNoRepeatedElements ( array $generated )

Method Details

setUp() protected méthode

protected setUp ( )

testContainsAnEmptySet() public méthode

testNoRepeatedElementsAreInTheSet() public méthode

testRespectsGenerationSize() public méthode

testShrinkEmptySet() public méthode

public testShrinkEmptySet ( )

testShrinksOnlyInSizeBecauseShrinkingElementsMayCauseCollisions() public méthode

testStopsBeforeInfiniteLoopsInTryingToExtractNewElementsToPutInTheSt() public méthode