Interface | Description |
---|---|
MockTracer.Propagator |
Propagator allows the developer to intercept and verify any calls to inject() and/or extract().
|
Class | Description |
---|---|
MockSpan |
MockSpans are created via MockTracer.buildSpan(...), but they are also returned via calls to
MockTracer.finishedSpans().
|
MockSpan.LogEntry | |
MockSpan.MockContext |
MockContext implements a Dapper-like opentracing.SpanContext with a trace- and span-id.
|
MockSpan.Reference | |
MockTracer |
MockTracer makes it easy to test the semantics of OpenTracing instrumentation.
|
Copyright © 2016–2019 OpenTracing. All rights reserved.