Skip to content

Add Spring gRPC Testing Support #49046

@philwebb

Description

@philwebb

Add support for test gRPC applications with features take from spring-grpc-test-spring-boot-autoconfigure.

The following differences are anticipated:

  • @AutoConfigureInProcessTransport has been renamed to @AutoConfigureTestGrpcTransport
  • InProcessTransportContextCustomizerFactory isn't necessary
  • @LocalGrpcPort has been renamed to @LocalGrpcServerPort and the initializer aligned with GraphQL
  • TestGrpcServerFactory and TestGrpcChannelFactory classes take on in-process creation to make it clearer that customizers don't apply to them.

Commits from Spring gRPC to consider:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions