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

Support in-process server in spring-boot #22

Closed genuss closed 1 year ago

genuss commented 1 year ago

Hi! I'd like to contribute a configuration of in-process server withing a spring boot test.

I also removed @SpringJUnitConfig annotation in all @SpringBootTests as this annotation is needed only for spring (without boot) tests, so is redundant is these cases

genuss commented 1 year ago

Fixed some comments and added an example in README