# Functions
RunSubTests runs all "Test___" functions that are methods of x as subtests of the current test.
# Variables
TLogger serves as the grpclog logger and is the interface through which expected errors are declared in tests.
# Structs
Tester is an implementation of the x interface parameter to grpctest.RunSubTests with default Setup and Teardown behavior.
# Interfaces
Interface defines Tester's methods for use in this package.