PHP Class AwsInspector\Tests\Model\AutoScaling\RepositoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: aoepeople/stackformation

Méthodes publiques

Méthode 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 méthode

findAutoScalingGroupsReturnsExpectedCollection() public méthode

findByAutoScalingGroupNameReturnsExpectedCollection() public méthode

findLaunchConfigurationsGroupedByImageIdReturnsExpectedArray() public méthode

findLaunchConfigurationsReturnsExpectedCollection() public méthode

getAutoScalingGroupClientMock() public méthode

public getAutoScalingGroupClientMock ( array $methods ) : PHPUnit_Framework_MockObject_MockObject<\Aws\AutoScaling\AutoScalingClient>
$methods array
Résultat PHPUnit_Framework_MockObject_MockObject<\Aws\AutoScaling\AutoScalingClient>

getProfileManagerMock() public méthode

public getProfileManagerMock ( array $methods ) : PHPUnit_Framework_MockObject_MockObject<\StackFormation\Profile\Manager>
$methods array
Résultat PHPUnit_Framework_MockObject_MockObject<\StackFormation\Profile\Manager>