PHP 클래스 ImboCliUnitTest\Command\AddPublicKeyTest

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

공개 메소드들

메소드 설명
setUp ( ) Set up the command
tearDown ( ) Tear down the command
testContinuesAskingForAclRulesIfUserSaysThereAreMoreRulesToAdd ( )
testPromptsForListOfSpecificResourcesIfOptionIsSelected ( )
testPromtpsForListOfCustomResourcesIfOptionIsSelected ( )
testThrowsOnDuplicatePublicKeyName ( )
testThrowsOnImmutableAdapter ( )
testThrowsWhenAccessControlIsNotValid ( )
testThrowsWhenCallableReturnsInvalidAccessControl ( )
testWillAskForPrivateKeyIfNotSpecified ( )
testWillNotAcceptEmptyCustomResourceSpecification ( )
testWillNotAcceptEmptyUserSpecification ( )

보호된 메소드들

메소드 설명
getInputStream ( $input )

메소드 상세

getInputStream() 보호된 메소드

protected getInputStream ( $input )

setUp() 공개 메소드

Set up the command
public setUp ( )

tearDown() 공개 메소드

Tear down the command
public tearDown ( )

testContinuesAskingForAclRulesIfUserSaysThereAreMoreRulesToAdd() 공개 메소드

testPromptsForListOfSpecificResourcesIfOptionIsSelected() 공개 메소드

testPromtpsForListOfCustomResourcesIfOptionIsSelected() 공개 메소드

testThrowsOnDuplicatePublicKeyName() 공개 메소드

testThrowsOnImmutableAdapter() 공개 메소드

testThrowsWhenAccessControlIsNotValid() 공개 메소드

testThrowsWhenCallableReturnsInvalidAccessControl() 공개 메소드

testWillAskForPrivateKeyIfNotSpecified() 공개 메소드

testWillNotAcceptEmptyCustomResourceSpecification() 공개 메소드

testWillNotAcceptEmptyUserSpecification() 공개 메소드