# Functions
AssertContainNotTraceSpan allows to assert if a trace span partially matching provided name and attributes cannot be found.
AssertContainTraceSpan allows to assert if a trace span partially matching provided name and attributes can be found.
AssertHasNotTraceSpan allows to assert if a trace span exactly matching provided name and attributes cannot be found.
AssertHasTraceSpan allows to assert if a trace span exactly matching provided name and attributes can be found.
NewDefaultTestTraceExporter returns a [DefaultTestTraceExporter], implementing [TestTraceExporter].
# Structs
DefaultTestTraceExporter is the default [TestTraceExporter] implementation.
# Interfaces
TestTraceExporter is the interface for test trace span exporters.