PHP Class Scalr\Tests\Service\CloudStack\CloudStackTest

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends CloudStackTestCase
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Méthode Description
getResponseCallback ( string $method ) : Closure Gets response callback
providerRs ( ) Provider of the instances for the functional tests
testFunctionalCloudStack ( $platform, $cloudLocation, $templateId, $serviceId )
testGetAvailableServices ( )
testListLoadBalancerRules ( )
testListNetworks ( )
testListPublicIpAddresses ( )
testListSnapshotPolicies ( )
testListSnapshots ( )
testListVirtualMachines ( )
testListVolumes ( )
testListZones ( )

Méthodes protégées

Méthode Description
setUp ( )
tearDown ( )

Method Details

getResponseCallback() public méthode

Gets response callback
public getResponseCallback ( string $method ) : Closure
$method string CloudStack API method
Résultat Closure

providerRs() public méthode

Provider of the instances for the functional tests
public providerRs ( )

setUp() protected méthode

protected setUp ( )

tearDown() protected méthode

protected tearDown ( )

testFunctionalCloudStack() public méthode

public testFunctionalCloudStack ( $platform, $cloudLocation, $templateId, $serviceId )

testGetAvailableServices() public méthode

testListLoadBalancerRules() public méthode

testListNetworks() public méthode

public testListNetworks ( )

testListPublicIpAddresses() public méthode

testListSnapshotPolicies() public méthode

testListSnapshots() public méthode

public testListSnapshots ( )

testListVirtualMachines() public méthode

testListVolumes() public méthode

public testListVolumes ( )

testListZones() public méthode

public testListZones ( )