Searched refs:propagationComponent (Results 1 – 3 of 3) sorted by relevance
28 private final PropagationComponent propagationComponent = field in PropagationComponentTest33 assertThat(propagationComponent.getBinaryFormat()) in implementationOfBinaryFormat()39 assertThat(propagationComponent.getB3Format()).isSameInstanceAs(TextFormat.getNoopTextFormat()); in implementationOfB3Format()44 assertThat(propagationComponent.getTraceContextFormat()) in implementationOfTraceContextFormat()
29 private final PropagationComponent propagationComponent = new PropagationComponentImpl(); field in PropagationComponentImplTest33 assertThat(propagationComponent.getBinaryFormat()).isInstanceOf(BinaryFormatImpl.class); in implementationOfBinary()38 assertThat(propagationComponent.getB3Format()).isInstanceOf(B3Format.class); in implementationOfB3Format()43 assertThat(propagationComponent.getTraceContextFormat()).isInstanceOf(TraceContextFormat.class); in implementationOfTraceContextFormat()
42 private final PropagationComponent propagationComponent = new PropagationComponentImpl(); field in TraceComponentImplBase76 return propagationComponent; in getPropagationComponent()