Property | Type | Description | |
---|---|---|---|
$exampleStatusCounts | array | ||
$jUnitStatuses | array | ||
$resultTags | array | ||
$testCaseNodes | array | ||
$testSuiteNodes | array |
Method | Description | |
---|---|---|
__construct ( PhpSpec\Formatter\Presenter\Presenter $presenter, PhpSpec\IO\IO $io, PhpSpec\Listener\StatisticsCollector $stats ) | ||
afterExample ( |
||
afterSpecification ( |
||
afterSuite ( |
||
getExampleStatusCounts ( ) : array | Get example status counts | |
getTestCaseNodes ( ) : array | Get testcase nodes | |
getTestSuiteNodes ( ) : array | Get testsuite nodes | |
setExampleStatusCounts ( array $exampleStatusCounts ) | Set example status counts | |
setTestCaseNodes ( array $testCaseNodes ) | Set testcase nodes | |
setTestSuiteNodes ( array $testSuiteNodes ) | Set testsuite nodes |
Method | Description | |
---|---|---|
initTestCaseNodes ( ) | Initialize test case nodes and example status counts |
public __construct ( PhpSpec\Formatter\Presenter\Presenter $presenter, PhpSpec\IO\IO $io, PhpSpec\Listener\StatisticsCollector $stats ) | ||
$presenter | PhpSpec\Formatter\Presenter\Presenter | |
$io | PhpSpec\IO\IO | |
$stats | PhpSpec\Listener\StatisticsCollector |
public afterExample ( |
||
$event |
public afterSpecification ( |
||
$event |
public getExampleStatusCounts ( ) : array | ||
return | array |
public getTestCaseNodes ( ) : array | ||
return | array |
public getTestSuiteNodes ( ) : array | ||
return | array |
protected initTestCaseNodes ( ) |
public setExampleStatusCounts ( array $exampleStatusCounts ) | ||
$exampleStatusCounts | array |
public setTestCaseNodes ( array $testCaseNodes ) | ||
$testCaseNodes | array |
public setTestSuiteNodes ( array $testSuiteNodes ) | ||
$testSuiteNodes | array |