grpcmock icon indicating copy to clipboard operation
grpcmock copied to clipboard

A gRPC Java testing tool to easily mock endpoints of gRPC services for IT or Unit testing

Results 7 grpcmock issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem with running integration tests in parallel which I solved and I just wanted to notify you about the problem. It seems like the grpcmock is...

Hello. Is there currently any plan to support StubMapping like [the equivalence](https://github.com/wiremock/wiremock/blob/master/src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMapping.java) in WireMock? StubMapping enables storing stub definitions/specifications in plain JSONs, and loading them back to set up all...

I am using Armeria https://armeria.dev/docs/client-grpc and creating a Grpc Client like this val client = Clients .builder(url) .decorator(LoggingClient.newDecorator()) .build(DownstreamServiceGrpc.DownstreamServiceBlockingStub::class.java) And then making a call with, client.someGrpcMethod() I am running integration...

First of all I want to thank you for this simple solution for grpc mocking, it's really useful in unit tests! But sometimes we would like the grpcmock to be...

enhancement

is there an possibility to delay a stream reply not by a fixed or random amount of time, but instead send the next stream reply when a message is received...

I've upgraded to Java 17, a pre-requirement for Spring Boot 3. Hope there are no issues with the build and release pipelines. According to the Spring Boot 3 migration guide...

Dear repository maintainers, I am developing a model designed to automatically generate concise and accurate summaries for open-source repositories. This model is intended to produce a one-sentence summary that briefly...