You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test library Mockito is being used in two of the test files, to make mock Emitter and HttpClientAdapters. Both of those are interfaces, so mock objects can be easily made without an external dependency.
The test library Mockito is being used in two of the test files, to make mock Emitter and HttpClientAdapters. Both of those are interfaces, so mock objects can be easily made without an external dependency.
Wiremock isn't being used at all.