Example #1
0
func init() {
	Before("@autoscaling", func() {
		World["client"] = autoscaling.New(nil)
	})
}
Example #2
0
func TestInterface(t *testing.T) {
	assert.Implements(t, (*autoscalingiface.AutoScalingAPI)(nil), autoscaling.New(nil))
}