interface_test.go 378 B

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