Skip to content

DeadlineExceeded ​

Rasuvaeff\PropertyTesting\Runner\DeadlineExceeded

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

Implements: Runner\PropertyResult

A single run (random, example or regression replay) took longer than the per-run deadline. The offending input is reported unshrunk.

Constructor ​

php
__construct(
    DeadlineExceededException $exception,
)
ParameterTypeDefaultDescription
$exceptionDeadlineExceededExceptionrequired

Methods ​

failure() ​

php
failure(): Throwable

The engine exception describing the failure — the same type and message the package has always reported (PropertyViolationException for a falsification, and so on). Null for a pass.

Documentation inherited from Runner\PropertyResult.