# Functions
ParseClientTestOutput accepts the entire stdout of RunClientTest and parses each line to determine how each interaction in the test case behaved.
RunClientTest executes the language-specific runner to execute a single test case in that language.
# Structs
ClientTestResult decodes a single output line of stdout from a client test runner.
ExternalClientSuite is a test suite that validates the behavior of service clients generated for languages other than Go.
# Type aliases
ClientTestResults encapsulates all of the output lines from a client test runner.