PHP Класс PHPUnit_Extensions_RepeatedTest, qcodo

Автор: Sebastian Bergmann ([email protected])
Наследование: extends PHPUnit_Extensions_TestDecorator
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$excludeGroups array
$filter mixed
$groups array
$processIsolation boolean
$timesRepeat integer

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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() публичный Метод

Counts the number of test cases that will be run by this test.
public count ( ) : integer
Результат integer

run() публичный Метод

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
Результат PHPUnit_Framework_TestResult

Описание свойств

$excludeGroups защищенное свойство

protected array $excludeGroups
Результат array

$filter защищенное свойство

protected mixed $filter
Результат mixed

$groups защищенное свойство

protected array $groups
Результат array

$processIsolation защищенное свойство

protected bool $processIsolation
Результат boolean

$timesRepeat защищенное свойство

protected int $timesRepeat
Результат integer