Eris\Generator\TupleGeneratorTest::testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain PHP Method

testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain() public method

    public function testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain()
    {
        $generator = new TupleGenerator([$this->generatorForSingleElement, $this->generatorForSingleElement]);
        $generator->shrink(GeneratedValue::fromJustValue([1, 2, 3]));
    }