PHP 클래스 Alex\BehatLauncher\Behat\RunUnitList

상속: implements IteratorAggregate, implements Countable, implements Symfony\Component\Serializer\Normalizer\NormalizableInterface
파일 보기 프로젝트 열기: alexandresalome/behat-launcher 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $units = [] )
add ( RunUnit $unit ) : Run Adds a run unit to the list.
all ( ) : array Returns all units as a PHP array.
count ( )
countFailed ( ) : integer
countFinished ( ) : integer
countPending ( ) : integer
countRunning ( ) : integer
countSucceeded ( ) : integer
get ( string $id ) : RunUnit Fetches a unit by ID.
getIterator ( )
isFailed ( ) : boolean
isFinished ( ) : boolean
isPending ( ) : boolean
isRunning ( ) : boolean
isSucceeded ( ) : boolean
normalize ( Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $format = null, array $context = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( array $units = [] )
$units array

add() 공개 메소드

Adds a run unit to the list.
public add ( RunUnit $unit ) : Run
$unit RunUnit a run unit
리턴 Run

all() 공개 메소드

Returns all units as a PHP array.
public all ( ) : array
리턴 array

count() 공개 메소드

public count ( )

countFailed() 공개 메소드

public countFailed ( ) : integer
리턴 integer

countFinished() 공개 메소드

public countFinished ( ) : integer
리턴 integer

countPending() 공개 메소드

public countPending ( ) : integer
리턴 integer

countRunning() 공개 메소드

public countRunning ( ) : integer
리턴 integer

countSucceeded() 공개 메소드

public countSucceeded ( ) : integer
리턴 integer

get() 공개 메소드

Fetches a unit by ID.
public get ( string $id ) : RunUnit
$id string a unit ID
리턴 RunUnit unit with given id

getIterator() 공개 메소드

public getIterator ( )

isFailed() 공개 메소드

public isFailed ( ) : boolean
리턴 boolean

isFinished() 공개 메소드

public isFinished ( ) : boolean
리턴 boolean

isPending() 공개 메소드

public isPending ( ) : boolean
리턴 boolean

isRunning() 공개 메소드

public isRunning ( ) : boolean
리턴 boolean

isSucceeded() 공개 메소드

public isSucceeded ( ) : boolean
리턴 boolean

normalize() 공개 메소드

public normalize ( Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $format = null, array $context = [] )
$normalizer Symfony\Component\Serializer\Normalizer\NormalizerInterface
$context array