PHP Class DataSift\Storyplayer\CommandLib\SshClientTest

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

Public Methods

Method Description
testCanAddSshOptions ( )
testCanAddSshOptionsWhenInstantiating ( )
testCanEscapeParamsForRemoteGlobbing ( )
testCanGetAndSetSshKey ( )
testCanGetAndSetSshUsername ( )
testCanGetAndSetTargetIpAddress ( )
testCanGetSshKeyForUse ( )
testCanGetSshOptionsAsArray ( )
testCanGetSshOptionsAsString ( )
testCanInstantiate ( )
testCanRunCommands ( )
testMustProvideIpAddressToRunCommands ( )
testMustProvideUsernameToRunCommands ( )
testReturnsEmptyStringWhenNoSshKeySet ( )
testStartsWithStdinAttachedToDevNull ( )

Method Details

testCanAddSshOptions() public method

testCanAddSshOptionsWhenInstantiating() public method

testCanEscapeParamsForRemoteGlobbing() public method

testCanGetAndSetSshKey() public method

testCanGetAndSetSshUsername() public method

testCanGetAndSetTargetIpAddress() public method

testCanGetSshKeyForUse() public method

testCanGetSshOptionsAsArray() public method

testCanGetSshOptionsAsString() public method

testCanInstantiate() public method

public testCanInstantiate ( )

testCanRunCommands() public method

public testCanRunCommands ( )

testMustProvideIpAddressToRunCommands() public method

testMustProvideUsernameToRunCommands() public method

testReturnsEmptyStringWhenNoSshKeySet() public method

testStartsWithStdinAttachedToDevNull() public method