Failed
in package
implements
Event
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $comparisonFailure : ComparisonFailure|null
- $telemetryInfo : Info
- $test : Test
- $throwable : Throwable
Methods
- __construct() : mixed
- asString() : string
- comparisonFailure() : ComparisonFailure
- hasComparisonFailure() : bool
- telemetryInfo() : Info
- test() : Test
- throwable() : Throwable
Properties
$comparisonFailure read-only
private
ComparisonFailure|null
$comparisonFailure
$telemetryInfo read-only
private
Info
$telemetryInfo
$test read-only
private
Test
$test
$throwable read-only
private
Throwable
$throwable
Methods
__construct()
public
__construct(Info $telemetryInfo, Test $test, Throwable $throwable, ComparisonFailure|null $comparisonFailure) : mixed
Parameters
- $telemetryInfo : Info
- $test : Test
- $throwable : Throwable
- $comparisonFailure : ComparisonFailure|null
asString()
public
asString() : string
Return values
stringcomparisonFailure()
public
comparisonFailure() : ComparisonFailure
Tags
Return values
ComparisonFailurehasComparisonFailure()
public
hasComparisonFailure() : bool
Tags
Return values
booltelemetryInfo()
public
telemetryInfo() : Info
Return values
Infotest()
public
test() : Test
Return values
Testthrowable()
public
throwable() : Throwable