Skip to content

ExampleFinished

Rasuvaeff\PropertyTesting\Event\ExampleFinished

ClassPackage: property-testing-coreSourceVersion: v0.1.0-12-g86ead85

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