forked from cloudera/terraform-provider-cdp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mockery.yaml
28 lines (27 loc) · 1.03 KB
/
.mockery.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Copyright 2023 Cloudera. All Rights Reserved.
#
# This file is licensed under the Apache License Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
#
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
# OF ANY KIND, either express or implied. Refer to the License for the specific
# permissions and limitations governing your use of the file.
quiet: False
keeptree: True
disable-version-string: True
with-expecter: True
mockname: "{{.InterfaceName}}"
filename: "{{.MockName}}.go"
outpkg: mocks
packages:
github.com/cloudera/terraform-provider-cdp/cdp-sdk-go/gen/environments/client/operations:
interfaces:
ClientService:
config:
mockname: "MockEnvironment{{.InterfaceName}}"
github.com/cloudera/terraform-provider-cdp/cdp-sdk-go/gen/iam/client/operations:
interfaces:
ClientService:
config:
mockname: "MockIam{{.InterfaceName}}"