Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented RegisterGatewayServiceClient
Implemented a new function to register a GatewayServiceClient. Previously, this could only be done by passing an actual connection. However, that is unnecessarily limiting. Introducing the RegisterGatewayServiceClient allows us to register mocked gateways for unit testing
- Loading branch information