Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReflectionServiceValidator ¶
type ReflectionServiceValidator struct { Server *grpc.Server HostPort string ExpectedServices []string }
ReflectionServiceValidator verifies that a gRPC service at a given address supports reflection service. Called must invoke Execute func.
func (ReflectionServiceValidator) Execute ¶
func (v ReflectionServiceValidator) Execute(t *testing.T)
Execute performs validation.
Click to show internal directories.
Click to hide internal directories.