# Functions
CheckBaggageValues returns an option that sets whether to check for propagation of baggage values.
CheckEverything returns an option that enables all API checks.
CheckExtract returns an option that sets whether to check if extracting contexts from carriers works.
CheckInject returns an option that sets whether to check if injecting contexts works.
RunAPIChecks runs a test suite to check a Tracer against the OpenTracing API.
UseProbe returns an option that specifies an APICheckProbe implementation to use.
# Structs
APICheckCapabilities describes capabilities of a Tracer that should be checked by APICheckSuite.
APICheckSuite is a testify suite for checking a Tracer against the OpenTracing API.
ForeignSpanContext satisfies the opentracing.SpanContext interface, but otherwise does nothing.
NotACarrier does not satisfy any of the opentracing carrier interfaces.
# Interfaces
APICheckProbe exposes methods for testing data recorded by a Tracer.
# Type aliases
APICheckOption instances may be passed to NewAPICheckSuite.