mediatekformation

CoverageListener
in package
implements TestListener Uses TestListenerDefaultImplementation

Interfaces, Classes, Traits and Enums

TestListener

Table of Contents

$sutFqcnResolver  : mixed
$warningOnSutNotFound  : mixed
__construct()  : mixed
addError()  : void
addFailure()  : void
addIncompleteTest()  : void
addRiskyTest()  : void
addSkippedTest()  : void
addWarning()  : void
endTest()  : void
endTestSuite()  : void
startTest()  : void
A test started.
startTestSuite()  : void
addCoversForClassToAnnotationCache()  : void
addCoversForDocBlockInsideRegistry()  : void

Properties

Methods

__construct()

public __construct([callable $sutFqcnResolver = null ][, bool $warningOnSutNotFound = false ]) : mixed
Parameters
$sutFqcnResolver : callable = null
$warningOnSutNotFound : bool = false
Return values
mixed

addCoversForClassToAnnotationCache()

private addCoversForClassToAnnotationCache(Test $test, array<string|int, mixed> $covers) : void
Parameters
$test : Test
$covers : array<string|int, mixed>
Return values
void

addCoversForDocBlockInsideRegistry()

private addCoversForDocBlockInsideRegistry(Test $test, array<string|int, mixed> $covers) : void
Parameters
$test : Test
$covers : array<string|int, mixed>
Return values
void

Search results