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

Reduce coupling in GrpcMockConfiguration #29

Closed genuss closed 1 year ago

genuss commented 1 year ago

Just a very little polishing. It's possible to get beans from factory as well as from application context. So context in this class is redundant. Less dependencies - easier support, don't you agree?