DataProviderMethodFinished
in package
implements
Event
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $calledMethods : array<string|int, mixed>
- $telemetryInfo : Info
- $testMethod : ClassMethod
Methods
- __construct() : mixed
- asString() : string
- calledMethods() : array<string|int, mixed>
- telemetryInfo() : Info
- testMethod() : ClassMethod
Properties
$calledMethods read-only
private
array<string|int, mixed>
$calledMethods
Tags
$telemetryInfo read-only
private
Info
$telemetryInfo
$testMethod read-only
private
ClassMethod
$testMethod
Methods
__construct()
public
__construct(Info $telemetryInfo, ClassMethod $testMethod, ClassMethod ...$calledMethods) : mixed
Parameters
- $telemetryInfo : Info
- $testMethod : ClassMethod
- $calledMethods : ClassMethod
asString()
public
asString() : string
Return values
stringcalledMethods()
public
calledMethods() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>telemetryInfo()
public
telemetryInfo() : Info
Return values
InfotestMethod()
public
testMethod() : ClassMethod