Skip to content

PropertyFinished

Rasuvaeff\PropertyTesting\Event\PropertyFinished

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

Implements: Event\PropertyEvent

The property finished. A null $failure is a pass; otherwise the failure is the outcome's exception (falsified, gave up, coverage, deadline, budget, generation exhausted, example or regression violation).

Constructor

php
__construct(
    string $propertyId,
    ?Throwable $failure,
)
ParameterTypeDefaultDescription
$propertyIdstringrequired
$failure?Throwablerequired