rsocket-cpp
rsocket-cpp copied to clipboard
Make RSocketRequester mockable
External components that want to use RSocketRequester and be unit tested need a way to mock this class. Gmock requires mocked classes to be virtual. Can we please split RSocketRequester up into a purely virtual superclass and an implementation subclass?