Fadelis / grpcmock

A gRPC Java testing tool to easily mock endpoints of gRPC services for IT or Unit testing
http://grpcmock.org
Apache License 2.0
144 stars 13 forks source link

in-process support added #10

Closed akoylu closed 2 years ago

akoylu commented 2 years ago

For unit tests, it would be easy and fast to use an in-process server. I made a small modification for this purpose. Also added some extra verifications. Can you please evaluate my changes? We can discuss further if you want.

akoylu commented 2 years ago

Hi @Fadelis; It is ready to be reviewed.