PHP Class Scalr\Tests\Service\CloudStack\CloudStackTest

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends CloudStackTestCase
Show file Open project: scalr/scalr

Public Methods

Method 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 ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

getResponseCallback() public method

Gets response callback
public getResponseCallback ( string $method ) : Closure
$method string CloudStack API method
return Closure

providerRs() public method

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

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testFunctionalCloudStack() public method

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

testGetAvailableServices() public method

testListLoadBalancerRules() public method

testListNetworks() public method

public testListNetworks ( )

testListPublicIpAddresses() public method

testListSnapshotPolicies() public method

testListSnapshots() public method

public testListSnapshots ( )

testListVirtualMachines() public method

testListVolumes() public method

public testListVolumes ( )

testListZones() public method

public testListZones ( )