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