PHP 클래스 Alex\BehatLauncher\Behat\LazyRunUnitList

상속: extends RunUnitList
파일 보기 프로젝트 열기: alexandresalome/behat-launcher

공개 메소드들

메소드 설명
__construct ( MysqlStorage $storage, Run $run, $pending, $running, $succeeded, $failed ) Creates a new lazy-loaded run unit list.
add ( RunUnit $unit )
all ( )
count ( )
countFailed ( )
countFinished ( )
countPending ( )
countRunning ( )
countSucceeded ( )
isFailed ( )
isFinished ( )
isPending ( )
isRunning ( )
isSucceeded ( )

메소드 상세

__construct() 공개 메소드

Creates a new lazy-loaded run unit list.
public __construct ( MysqlStorage $storage, Run $run, $pending, $running, $succeeded, $failed )
$storage MysqlStorage a storage for fetching run units
$run Run the concerned run

add() 공개 메소드

public add ( RunUnit $unit )
$unit RunUnit

all() 공개 메소드

public all ( )

count() 공개 메소드

public count ( )

countFailed() 공개 메소드

public countFailed ( )

countFinished() 공개 메소드

public countFinished ( )

countPending() 공개 메소드

public countPending ( )

countRunning() 공개 메소드

public countRunning ( )

countSucceeded() 공개 메소드

public countSucceeded ( )

isFailed() 공개 메소드

public isFailed ( )

isFinished() 공개 메소드

public isFinished ( )

isPending() 공개 메소드

public isPending ( )

isRunning() 공개 메소드

public isRunning ( )

isSucceeded() 공개 메소드

public isSucceeded ( )