PHP 클래스 Alex\BehatLauncher\Behat\RunUnit

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

공개 메소드들

메소드 설명
__construct ( )
getCreatedAt ( )
getDuration ( )
getDurationInSeconds ( )
getFeature ( )
getFinishedAt ( )
getId ( )
getOutputFile ( $name ) : OutputFile Returns an OutputFile.
getOutputFiles ( )
getReturnCode ( )
getRun ( )
getStartedAt ( )
getStatus ( ) : string
isFailed ( ) : boolean
isFinished ( ) : boolean
isPending ( ) : boolean
isProcessFinished ( ) : boolean
isRunning ( ) : boolean
isSucceeded ( ) : boolean
normalize ( Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $format = null, array $context = [] )
prepareOutput ( Project $project ) : Process Starts the unit execution
reset ( )
setCreatedAt ( DateTime $createdAt )
setFeature ( $feature )
setFinishedAt ( DateTime $finishedAt = null )
setId ( $id )
setOutputFile ( $name, $file )
setReturnCode ( $returnCode )
setRun ( Run $run = null )
setStartedAt ( DateTime $startedAt = null )
start ( Project $project, Closure $output )
stop ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getCreatedAt() 공개 메소드

public getCreatedAt ( )

getDuration() 공개 메소드

public getDuration ( )

getDurationInSeconds() 공개 메소드

getFeature() 공개 메소드

public getFeature ( )

getFinishedAt() 공개 메소드

public getFinishedAt ( )

getId() 공개 메소드

public getId ( )

getOutputFile() 공개 메소드

Returns an OutputFile.
public getOutputFile ( $name ) : OutputFile
리턴 OutputFile

getOutputFiles() 공개 메소드

public getOutputFiles ( )

getReturnCode() 공개 메소드

public getReturnCode ( )

getRun() 공개 메소드

public getRun ( )

getStartedAt() 공개 메소드

public getStartedAt ( )

getStatus() 공개 메소드

public getStatus ( ) : string
리턴 string

isFailed() 공개 메소드

public isFailed ( ) : boolean
리턴 boolean

isFinished() 공개 메소드

public isFinished ( ) : boolean
리턴 boolean

isPending() 공개 메소드

public isPending ( ) : boolean
리턴 boolean

isProcessFinished() 공개 메소드

public isProcessFinished ( ) : boolean
리턴 boolean a boolean indicating if unit's process is finished.

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

prepareOutput() 공개 메소드

Starts the unit execution
public prepareOutput ( Project $project ) : Process
$project Project
리턴 Symfony\Component\Process\Process

reset() 공개 메소드

public reset ( )

setCreatedAt() 공개 메소드

public setCreatedAt ( DateTime $createdAt )
$createdAt DateTime

setFeature() 공개 메소드

public setFeature ( $feature )

setFinishedAt() 공개 메소드

public setFinishedAt ( DateTime $finishedAt = null )
$finishedAt DateTime

setId() 공개 메소드

public setId ( $id )

setOutputFile() 공개 메소드

public setOutputFile ( $name, $file )

setReturnCode() 공개 메소드

public setReturnCode ( $returnCode )

setRun() 공개 메소드

public setRun ( Run $run = null )
$run Run

setStartedAt() 공개 메소드

public setStartedAt ( DateTime $startedAt = null )
$startedAt DateTime

start() 공개 메소드

public start ( Project $project, Closure $output )
$project Project
$output Closure

stop() 공개 메소드

public stop ( )