# Functions
AssertStatusErrorWithCode verifies that the provided error is a gRPC status error of the provided status code.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewServer creates a new Server.
No description provided by the author
WaitFor waits for a condition to be met before the specified timeout.
WithStreamClientInterceptor adds a stream client interceptor to the test client.
WithStreamServerInterceptor adds a stream server interceptor to the test client.
WithUnaryClientInterceptor adds a unary client interceptor to the test client.
WithUnaryServerInterceptor adds a unary server interceptor to the test client.
# Structs
Server provides a local gRPC server with basic interceptors that can be used for testing with no external dependencies.
# Type aliases
ServerOption configures the settings when creating a test server.