PHP 클래스 StackFormation\Tests\StackTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$cfnClientMock PHPUnit_Framework_MockObject_MockObject<\Aws\CloudFormation\CloudFormationClient>
$stack StackFormation\Stack

공개 메소드들

메소드 설명
setUp ( )
testDescription ( )
testName ( )
testOutput ( )
testOutputThatDoesntExist ( )
testParameter ( )
testParameterThatDoesntExist ( )
testResource ( )
testResourceThatDoesntExist ( )
testStatus ( )
testTag ( )
testTagThatDoesntExist ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testDescription() 공개 메소드

public testDescription ( )

testName() 공개 메소드

public testName ( )

testOutput() 공개 메소드

public testOutput ( )

testOutputThatDoesntExist() 공개 메소드

testParameter() 공개 메소드

public testParameter ( )

testParameterThatDoesntExist() 공개 메소드

testResource() 공개 메소드

public testResource ( )

testResourceThatDoesntExist() 공개 메소드

testStatus() 공개 메소드

public testStatus ( )

testTag() 공개 메소드

public testTag ( )

testTagThatDoesntExist() 공개 메소드

프로퍼티 상세

$cfnClientMock 보호되어 있는 프로퍼티

protected PHPUnit_Framework_MockObject_MockObject<\Aws\CloudFormation\CloudFormationClient> $cfnClientMock
리턴 PHPUnit_Framework_MockObject_MockObject<\Aws\CloudFormation\CloudFormationClient>

$stack 보호되어 있는 프로퍼티

protected Stack,StackFormation $stack
리턴 StackFormation\Stack