Eris\Generator\FloatGeneratorTest::testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain PHP Method

testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain() public method

    public function testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain()
    {
        $generator = new FloatGenerator(100.12, 200.12);
        $generator->shrink(GeneratedValue::fromJustValue(300));
    }