PHP 클래스 PHPUnit_Extensions_RepeatedTest, qcodo

저자: Sebastian Bergmann ([email protected])
상속: extends PHPUnit_Extensions_TestDecorator
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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