final class Failed implements Event (View source)

Methods

__construct(Info $telemetryInfo, Test $test, Throwable $throwable, ComparisonFailure|null $comparisonFailure)

No description

telemetryInfo()

No description

test()

No description

throwable()

No description

bool
hasComparisonFailure()

No description

string
asString()

No description

Details

__construct(Info $telemetryInfo, Test $test, Throwable $throwable, ComparisonFailure|null $comparisonFailure)

No description

Parameters

Info $telemetryInfo
Test $test
Throwable $throwable
ComparisonFailure|null $comparisonFailure

Info telemetryInfo()

No description

Return Value

Info

Test test()

No description

Return Value

Test

Throwable throwable()

No description

Return Value

Throwable

bool hasComparisonFailure()

No description

Return Value

bool

ComparisonFailure comparisonFailure()

No description

string asString()

No description

Return Value

string