# Functions
ExpectSuccess returns an Expectation that trivially expects success.
NewValidator creates a new Validator.
ParseExpectation parses the serialized form of an Expectation.
ParseFile parses a test file generated by the testgen package.
# Structs
Expectation represents the expected result of some operation.
Validator is a type used for validating a stream of trace.Events.