Skip to content

ExampleFinished ​

Rasuvaeff\PropertyTesting\Event\ExampleFinished

Class — Package: property-testing-core — Source — Version: v1.0.0-1-g88fdee2

Implements: Event\PropertyEvent

An explicit example finished. A null $failure means it passed or was discarded via Assume.

Constructor ​

php
__construct(
    string $propertyId,
    int $index,
    list $arguments,
    ?Throwable $failure,
)
ParameterTypeDefaultDescription
$propertyIdstringrequired
$indexintrequired
$argumentslistrequired
$failure?Throwablerequired