PHP Class Eris\Generator\SubsetGeneratorTest

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

Méthodes publiques

Méthode Description
testContainsAnEmptySet ( )
testContainsElementsWhenElementsAreContainedInTheUniverse ( )
testDoesNotContainElementsWhenElementsAreNotContainedInTheUniverse ( )
testNoRepeatedElementsAreInTheSet ( )
testScalesGenerationSizeToTouchAllPossibleSubsets ( )
testShrinkEmptySet ( )
testShrinksOnlyInSizeBecauseShrinkingElementsMayCauseCollisions ( )

Méthodes protégées

Méthode Description
setUp ( )

Private Methods

Méthode Description
assertNoRepeatedElements ( $generated )

Method Details

setUp() protected méthode

protected setUp ( )

testContainsAnEmptySet() public méthode

testContainsElementsWhenElementsAreContainedInTheUniverse() public méthode

testDoesNotContainElementsWhenElementsAreNotContainedInTheUniverse() public méthode

testNoRepeatedElementsAreInTheSet() public méthode

testScalesGenerationSizeToTouchAllPossibleSubsets() public méthode

testShrinkEmptySet() public méthode

public testShrinkEmptySet ( )

testShrinksOnlyInSizeBecauseShrinkingElementsMayCauseCollisions() public méthode