-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy path.mockery.yaml
More file actions
68 lines (68 loc) · 1.93 KB
/
.mockery.yaml
File metadata and controls
68 lines (68 loc) · 1.93 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
dir: '{{.InterfaceDir}}'
structname: Mock{{.InterfaceName}}
template: testify
packages:
github.com/wavesplatform/gowaves/pkg/networking:
interfaces:
Handler: { }
Header: { }
Protocol: { }
github.com/wavesplatform/gowaves/pkg/blockchaininfo:
interfaces:
UpdatesPublisherInterface: { }
github.com/wavesplatform/gowaves/pkg/state:
interfaces:
State:
config:
filename: mock_state.go
scriptStorageState:
config:
structname: MockScriptStorageState
filename: mock_script_storage_state_test.go
featuresState:
config:
structname: MockFeaturesState
filename: mock_features_state_test.go
github.com/wavesplatform/gowaves/pkg/consensus:
interfaces:
stateInfoProvider:
config:
filename: mock_state_info_provider_test.go
github.com/wavesplatform/gowaves/pkg/ride:
interfaces:
environment:
config:
structname: MockEnvironment
filename: mock_environment_test.go
github.com/wavesplatform/gowaves/pkg/grpc/server:
interfaces:
GrpcHandlers:
config:
filename: mock_grpc_handlers_test.go
github.com/wavesplatform/gowaves/pkg/node/peers:
interfaces:
PeerManager:
config:
filename: mock_peer_manager.go
PeerStorage:
config:
filename: mock_peer_storage_test.go
github.com/wavesplatform/gowaves/pkg/p2p/conn:
interfaces:
deadlineReader:
config:
structname: MockDeadlineReader
filename: mock_deadline_reader_test.go
github.com/wavesplatform/gowaves/pkg/p2p/peer:
interfaces:
Peer:
config:
filename: mock_peer_exported.go
github.com/wavesplatform/gowaves/pkg/types:
interfaces:
SmartState:
config:
filename: mock_smart_state.go
EnrichedSmartState:
config:
filename: mock_enriched_smart_state.go