PHP Class AwsInspector\Tests\Model\AutoScaling\RepositoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: aoepeople/stackformation

Public Methods

Method Description
findAutoScalingGroupsByTagsReturnsExpectedCollection ( )
findAutoScalingGroupsReturnsExpectedCollection ( )
findByAutoScalingGroupNameReturnsExpectedCollection ( )
findLaunchConfigurationsGroupedByImageIdReturnsExpectedArray ( )
findLaunchConfigurationsReturnsExpectedCollection ( )
getAutoScalingGroupClientMock ( array $methods ) : PHPUnit_Framework_MockObject_MockObject<\Aws\AutoScaling\AutoScalingClient>
getProfileManagerMock ( array $methods ) : PHPUnit_Framework_MockObject_MockObject<\StackFormation\Profile\Manager>

Method Details

findAutoScalingGroupsByTagsReturnsExpectedCollection() public method

findAutoScalingGroupsReturnsExpectedCollection() public method

findByAutoScalingGroupNameReturnsExpectedCollection() public method

findLaunchConfigurationsGroupedByImageIdReturnsExpectedArray() public method

findLaunchConfigurationsReturnsExpectedCollection() public method

getAutoScalingGroupClientMock() public method

public getAutoScalingGroupClientMock ( array $methods ) : PHPUnit_Framework_MockObject_MockObject<\Aws\AutoScaling\AutoScalingClient>
$methods array
return PHPUnit_Framework_MockObject_MockObject<\Aws\AutoScaling\AutoScalingClient>

getProfileManagerMock() public method

public getProfileManagerMock ( array $methods ) : PHPUnit_Framework_MockObject_MockObject<\StackFormation\Profile\Manager>
$methods array
return PHPUnit_Framework_MockObject_MockObject<\StackFormation\Profile\Manager>