BeforeFirstTestMethodFinished
in package
implements
Event
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $calledMethods : array<string|int, mixed>
- $telemetryInfo : Info
- $testClassName : string
Methods
- __construct() : mixed
- asString() : string
- calledMethods() : array<string|int, mixed>
- telemetryInfo() : Info
- testClassName() : string
Properties
$calledMethods read-only
private
array<string|int, mixed>
$calledMethods
Tags
$telemetryInfo read-only
private
Info
$telemetryInfo
$testClassName read-only
private
string
$testClassName
Tags
Methods
__construct()
public
__construct(Info $telemetryInfo, string $testClassName, ClassMethod ...$calledMethods) : mixed
Parameters
- $telemetryInfo : Info
- $testClassName : string
- $calledMethods : ClassMethod
Tags
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
InfotestClassName()
public
testClassName() : string