interface_test.go 413 B

123456789101112131415
  1. // THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
  2. package machinelearningiface_test
  3. import (
  4. "testing"
  5. "github.com/aws/aws-sdk-go/service/machinelearning"
  6. "github.com/aws/aws-sdk-go/service/machinelearning/machinelearningiface"
  7. "github.com/stretchr/testify/assert"
  8. )
  9. func TestInterface(t *testing.T) {
  10. assert.Implements(t, (*machinelearningiface.MachineLearningAPI)(nil), machinelearning.New(nil))
  11. }