rsocket-cpp icon indicating copy to clipboard operation
rsocket-cpp copied to clipboard

Make RSocketRequester mockable

Open fleupold opened this issue 7 years ago • 0 comments

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?

fleupold avatar May 26 '17 18:05 fleupold