Skip to content

ExampleFailed ​

Rasuvaeff\PropertyTesting\Runner\ExampleFailed

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

Implements: Runner\PropertyResult

An explicit example failed before the random phase. Examples are already minimal, so the input is reported verbatim, without shrinking.

Constructor ​

php
__construct(
    ExampleViolationException $exception,
)
ParameterTypeDefaultDescription
$exceptionExampleViolationExceptionrequired

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.