ShrinkTried
Rasuvaeff\PropertyTesting\Event\ShrinkTried
Class — Package: property-testing-core — Source — Version: v0.1.0-12-g86ead85
Implements: Event\PropertyEvent
One shrink trial executed the body with a smaller candidate for a single parameter (or draw#N tape position).
Constructor
php
__construct(
string $propertyId,
string $parameter,
mixed $candidate,
bool $accepted,
)| Parameter | Type | Default | Description |
|---|---|---|---|
$propertyId | string | required | |
$parameter | string | required | |
$candidate | mixed | required | |
$accepted | bool | required |