PHP Class Eris\Generator\ChooseGeneratorTest

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

Méthodes publiques

Méthode Description
testCanGenerateSingleInteger ( )
testExceptionWhenDomainBoundariesAreNotIntegers ( )
testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain ( )
testPicksRandomlyAnIntegerAmongBoundaries ( )
testShrinkingStopsToZero ( )
testShrinksLinearlyTowardsTheSmallerAbsoluteValue ( )
testTheOrderOfBoundariesDoesNotMatter ( )
testUniformity ( )

Méthodes protégées

Méthode Description
setUp ( )

Method Details

setUp() protected méthode

protected setUp ( )

testCanGenerateSingleInteger() public méthode

testExceptionWhenDomainBoundariesAreNotIntegers() public méthode

testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain() public méthode

testPicksRandomlyAnIntegerAmongBoundaries() public méthode

testShrinkingStopsToZero() public méthode

testShrinksLinearlyTowardsTheSmallerAbsoluteValue() public méthode

testTheOrderOfBoundariesDoesNotMatter() public méthode

testUniformity() public méthode

public testUniformity ( )