DataProviderMethodFinished
in package
implements
Event
Read onlyYes
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $calledMethods : array<int, ClassMethod>
- $telemetryInfo : Info
- $testMethod : ClassMethod
Methods
- __construct() : mixed
- asString() : string
- calledMethods() : array<int, ClassMethod>
- telemetryInfo() : Info
- testMethod() : ClassMethod
Properties
$calledMethods
private
array<int, ClassMethod>
$calledMethods
$telemetryInfo
private
Info
$telemetryInfo
$testMethod
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<int, ClassMethod>
Return values
array<int, ClassMethod>telemetryInfo()
public
telemetryInfo() : Info
Return values
InfotestMethod()
public
testMethod() : ClassMethod