PHP Class PHPUnit_Extensions_RepeatedTest, qcodo

Author: Sebastian Bergmann ([email protected])
Inheritance: extends PHPUnit_Extensions_TestDecorator
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$excludeGroups array
$filter mixed
$groups array
$processIsolation boolean
$timesRepeat integer

Méthodes publiques

Méthode Description
__construct ( PHPUnit_Framework_Test $test, integer $timesRepeat = 1, mixed $filter = FALSE, array $groups = [], array $excludeGroups = [], boolean $processIsolation = FALSE ) Constructor.
count ( ) : integer Counts the number of test cases that will be run by this test.
run ( PHPUnit_Framework_TestResult $result = NULL ) : PHPUnit_Framework_TestResult Runs the decorated test and collects the result in a TestResult.

Method Details

__construct() public méthode

Constructor.
public __construct ( PHPUnit_Framework_Test $test, integer $timesRepeat = 1, mixed $filter = FALSE, array $groups = [], array $excludeGroups = [], boolean $processIsolation = FALSE )
$test PHPUnit_Framework_Test
$timesRepeat integer
$filter mixed
$groups array
$excludeGroups array
$processIsolation boolean

count() public méthode

Counts the number of test cases that will be run by this test.
public count ( ) : integer
Résultat integer

run() public méthode

Runs the decorated test and collects the result in a TestResult.
public run ( PHPUnit_Framework_TestResult $result = NULL ) : PHPUnit_Framework_TestResult
$result PHPUnit_Framework_TestResult
Résultat PHPUnit_Framework_TestResult

Property Details

$excludeGroups protected_oe property

protected array $excludeGroups
Résultat array

$filter protected_oe property

protected mixed $filter
Résultat mixed

$groups protected_oe property

protected array $groups
Résultat array

$processIsolation protected_oe property

protected bool $processIsolation
Résultat boolean

$timesRepeat protected_oe property

protected int $timesRepeat
Résultat integer