Create indicates an expected call of Create.
(ctx, project, options any)
| 107 | |
| 108 | // Create indicates an expected call of Create. |
| 109 | func (mr *MockComposeMockRecorder) Create(ctx, project, options any) *gomock.Call { |
| 110 | mr.mock.ctrl.T.Helper() |
| 111 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Create", reflect.TypeOf((*MockCompose)(nil).Create), ctx, project, options) |
| 112 | } |
| 113 | |
| 114 | // Down mocks base method. |
| 115 | func (m *MockCompose) Down(ctx context.Context, projectName string, options api.DownOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected