MCPcopy
hub / github.com/passteque/gluetun / EXPECT

Method EXPECT

internal/httpserver/logger_mock_test.go:32–34  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

30
31// EXPECT returns an object that allows the caller to indicate expected use.
32func (m *MockLogger) EXPECT() *MockLoggerMockRecorder {
33 return m.recorder
34}
35
36// Error mocks base method.
37func (m *MockLogger) Error(arg0 string) {

Callers 2

Test_Server_Run_successFunction · 0.95
Test_Server_Run_failureFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected