# 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.
Sequence is a convenient way to capture a series of values in a specified order that you can use to determine if code was fired in a specific sequence/order.
# Type aliases
ClientTestResults encapsulates all of the output lines from a client test runner.