Eris\Generator\TupleGeneratorTest::testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain PHP Метод

testExceptionWhenTryingToShrinkValuesOutsideOfTheDomain() публичный Метод

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