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
When testing with this library, I want to mock the hub object so I can test its behavior.
Actual Behavior
The Hub object is not easily mockable. There is no interface for it, and the fields are not public, so one cannot instantiate a hub outside of the constructor functions.
Expected Behavior
When testing with this library, I want to mock the hub object so I can test its behavior.
Actual Behavior
The Hub object is not easily mockable. There is no interface for it, and the fields are not public, so one cannot instantiate a hub outside of the constructor functions.
See open-telemetry/opentelemetry-collector-contrib#12795 for context.
The text was updated successfully, but these errors were encountered: