PHP Class Eris\Generator\SubsetGeneratorTest

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

Public Methods

Method Description
testContainsAnEmptySet ( )
testContainsElementsWhenElementsAreContainedInTheUniverse ( )
testDoesNotContainElementsWhenElementsAreNotContainedInTheUniverse ( )
testNoRepeatedElementsAreInTheSet ( )
testScalesGenerationSizeToTouchAllPossibleSubsets ( )
testShrinkEmptySet ( )
testShrinksOnlyInSizeBecauseShrinkingElementsMayCauseCollisions ( )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
assertNoRepeatedElements ( $generated )

Method Details

setUp() protected method

protected setUp ( )

testContainsAnEmptySet() public method

testContainsElementsWhenElementsAreContainedInTheUniverse() public method

testDoesNotContainElementsWhenElementsAreNotContainedInTheUniverse() public method

testNoRepeatedElementsAreInTheSet() public method

testScalesGenerationSizeToTouchAllPossibleSubsets() public method

testShrinkEmptySet() public method

public testShrinkEmptySet ( )

testShrinksOnlyInSizeBecauseShrinkingElementsMayCauseCollisions() public method