# Functions
NewServer creates a new Server.
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 agora interceptors that can be used for testing with no external dependencies.
# Type aliases
ServerOption configures the settings when creating a test server.