Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsRunningInDocker ¶ added in v3.10.0
func IsRunningInDocker() bool
IsRunningInDocker returns true if the test is running in a Docker environment. Check out the Makefile's "test-docker/run" target where "RUNME_TEST_ENV" is set to "docker".
func NewGRPCClient ¶
func NewGRPCClient[T any]( lis interface{ Dial() (net.Conn, error) }, fn func(grpc.ClientConnInterface) T, ) (*grpc.ClientConn, T)
func NewGRPCClientWithT ¶ added in v3.9.4
func NewGRPCClientWithT[T any]( t *testing.T, lis interface{ Dial() (net.Conn, error) }, fn func(grpc.ClientConnInterface) T, ) (*grpc.ClientConn, T)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.