//
pkg.gl
Category
github.com/lfch/grpc
internal
grpctest
package
1.51.4
Repository:
https://github.com/lfch/grpc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
15
Dependents
0
Files
263 SLOC
#
Functions
RunSubTests
RunSubTests runs all "Test___" functions that are methods of x as subtests of the current test.
#
Variables
TLogger
TLogger serves as the grpclog logger and is the interface through which expected errors are declared in tests.
#
Structs
Tester
Tester is an implementation of the x interface parameter to grpctest.RunSubTests with default Setup and Teardown behavior.