PHP Class DataSift\Storyplayer\CommandLib\CommandRunnerTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Mostra file Open project: datasift/storyplayer

Public Methods

Method Description
testCanInstantiate ( )
testCanRunCommands ( )
testCapturesBothStdoutAndStderrFromTheCommand ( )
testCapturesReturnCodeFromTheCommand ( )
testCapturesStderrFromTheCommand ( )
testCapturesStdoutFromTheCommand ( )
testCommandMustBeAString ( )
testReturns127IfTheCommandDoesNotExist ( )

Method Details

testCanInstantiate() public method

public testCanInstantiate ( )

testCanRunCommands() public method

public testCanRunCommands ( )

testCapturesBothStdoutAndStderrFromTheCommand() public method

testCapturesReturnCodeFromTheCommand() public method

testCapturesStderrFromTheCommand() public method

testCapturesStdoutFromTheCommand() public method

testCommandMustBeAString() public method

testReturns127IfTheCommandDoesNotExist() public method