# Functions
Diff compares the list of spans and metric counts obtained from OpenCensus instrumentation (using the TestExporter in this package, or similar) with an expected list of calls.
NewTestExporter creates a TestExporter and registers it with OpenCensus.
# Structs
Call holds the expected contents of a measured call.
TestExporter is an exporter of OpenCensus traces and metrics, for testing.