PHP 클래스 Scalr\Tests\Service\OpenStack\OpenStackTestCase

부터: 05.12.2012
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Tests\TestCase
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$openstack Scalr\Service\OpenStack\OpenStack Openstack instance
$rackspace Scalr\Service\OpenStack\OpenStack OpenStack instance

공개 메소드들

메소드 설명
getContainer ( ) : Container Gets DI Container
getFixturesDirectory ( )
getOpenStackClassName ( string $classSuffix ) : string Gets full class name by its suffix after OpenStack\\
getOpenStackFixtureClassName ( string $classSuffix ) : string Gets full FIXTURE class name by its suffix after OpenStack\\

보호된 메소드들

메소드 설명
setUp ( )
tearDown ( )

메소드 상세

getContainer() 공개 메소드

Gets DI Container
public getContainer ( ) : Container
리턴 Scalr\DependencyInjection\Container

getFixturesDirectory() 공개 메소드

getOpenStackClassName() 공개 메소드

Gets full class name by its suffix after OpenStack\\
public getOpenStackClassName ( string $classSuffix ) : string
$classSuffix string
리턴 string

getOpenStackFixtureClassName() 공개 메소드

Gets full FIXTURE class name by its suffix after OpenStack\\
public getOpenStackFixtureClassName ( string $classSuffix ) : string
$classSuffix string
리턴 string

setUp() 보호된 메소드

또한 보기: PHPUnit_Framework_TestCase::setUp()
protected setUp ( )

tearDown() 보호된 메소드

또한 보기: PHPUnit_Framework_TestCase::tearDown()
protected tearDown ( )

프로퍼티 상세

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

Openstack instance
protected OpenStack,Scalr\Service\OpenStack $openstack
리턴 Scalr\Service\OpenStack\OpenStack

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

OpenStack instance
protected OpenStack,Scalr\Service\OpenStack $rackspace
리턴 Scalr\Service\OpenStack\OpenStack