PHP 클래스 Jobby\Tests\JobbyTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: hellogerard/jobby

공개 메소드들

메소드 설명
testBackgroundProcessIsNotSpawnedIfJobIsNotDueToBeRun ( ) : void
testClosure ( )
testDefaultConfig ( )
testDefaultOptionsShouldBeMerged ( ) This is the same test as testClosure but (!) we use the default options to set the output file.
testExceptionOnMissingJobOptionCommand ( )
testExceptionOnMissingJobOptionSchedule ( )
testSetConfig ( )
testShell ( )
testShouldFailIfMaxRuntimeExceeded ( )
testShouldRunAllJobsAdded ( )
testShouldRunJobsAsync ( )
testSuperClosure ( )

보호된 메소드들

메소드 설명
setUp ( )
tearDown ( )

비공개 메소드들

메소드 설명
getLogContent ( ) : string
getSleepTime ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

tearDown() 보호된 메소드

protected tearDown ( )

testBackgroundProcessIsNotSpawnedIfJobIsNotDueToBeRun() 공개 메소드

testClosure() 공개 메소드

public testClosure ( )

testDefaultConfig() 공개 메소드

public testDefaultConfig ( )

testDefaultOptionsShouldBeMerged() 공개 메소드

This is the same test as testClosure but (!) we use the default options to set the output file.

testExceptionOnMissingJobOptionCommand() 공개 메소드

testExceptionOnMissingJobOptionSchedule() 공개 메소드

testSetConfig() 공개 메소드

public testSetConfig ( )

testShell() 공개 메소드

public testShell ( )

testShouldFailIfMaxRuntimeExceeded() 공개 메소드

testShouldRunAllJobsAdded() 공개 메소드

testShouldRunJobsAsync() 공개 메소드

testSuperClosure() 공개 메소드

public testSuperClosure ( )