MultiTextMapPropagatorTest
extends MockeryTestCase
in package
Attributes
- #[CoversClass]
- \OpenTelemetry\Context\Propagation\MultiTextMapPropagator::class
Table of Contents
Properties
- $propagator1 : MockInterface|TextMapPropagatorInterface
- $propagator2 : MockInterface|TextMapPropagatorInterface
- $propagator3 : MockInterface|TextMapPropagatorInterface
Methods
- test_extract_found_all() : void
- test_extract_no_propagators() : void
- test_extract_not_found() : void
- test_fields() : void
- test_fields_duplicates() : void
- test_inject_delegates() : void
- setUp() : void
Properties
$propagator1
private
MockInterface|TextMapPropagatorInterface
$propagator1
$propagator2
private
MockInterface|TextMapPropagatorInterface
$propagator2
$propagator3
private
MockInterface|TextMapPropagatorInterface
$propagator3
Methods
test_extract_found_all()
public
test_extract_found_all() : void
test_extract_no_propagators()
public
test_extract_no_propagators() : void
test_extract_not_found()
public
test_extract_not_found() : void
test_fields()
public
test_fields() : void
test_fields_duplicates()
public
test_fields_duplicates() : void
test_inject_delegates()
public
test_inject_delegates() : void
setUp()
protected
setUp() : void