Package brave.test.propagation
Class CurrentTraceContextTest
- java.lang.Object
-
- brave.test.propagation.CurrentTraceContextTest
-
public abstract class CurrentTraceContextTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected brave.propagation.TraceContextcontextprotected static brave.baggage.CorrelationScopeConfig.SingleCorrelationFieldCORRELATION_FIELDprotected brave.propagation.CurrentTraceContextcurrentTraceContextprotected brave.propagation.TraceContextnotYetSampledContextprotected brave.propagation.TraceContextunsampledContext
-
Constructor Summary
Constructors Modifier Constructor Description protectedCurrentTraceContextTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Class<? extends Supplier<brave.propagation.CurrentTraceContext.Builder>>builderSupplier()protected voidis_inheritable(brave.propagation.CurrentTraceContext inheritableCurrentTraceContext)protected voidisnt_inheritable()protected voidverifyImplicitContext(brave.propagation.TraceContext context)
-
-
-
Field Detail
-
CORRELATION_FIELD
protected static final brave.baggage.CorrelationScopeConfig.SingleCorrelationField CORRELATION_FIELD
-
currentTraceContext
protected final brave.propagation.CurrentTraceContext currentTraceContext
-
context
protected final brave.propagation.TraceContext context
-
notYetSampledContext
protected final brave.propagation.TraceContext notYetSampledContext
-
unsampledContext
protected final brave.propagation.TraceContext unsampledContext
-
-
Method Detail
-
builderSupplier
protected abstract Class<? extends Supplier<brave.propagation.CurrentTraceContext.Builder>> builderSupplier()
-
verifyImplicitContext
protected void verifyImplicitContext(@Nullable brave.propagation.TraceContext context)
-
is_inheritable
protected void is_inheritable(brave.propagation.CurrentTraceContext inheritableCurrentTraceContext) throws Exception- Throws:
Exception
-
-