SanitizeCombinedHeadersPropagationGetterTest
extends MockeryTestCase
in package
Attributes
- #[CoversClass]
- \OpenTelemetry\Context\Propagation\SanitizeCombinedHeadersPropagationGetter::class
Table of Contents
Properties
- $extendedPropagationGetter : MockInterface|ExtendedPropagationGetterInterface
- $propagationGetter : MockInterface|PropagationGetterInterface
Methods
- test_get_all_from_carrier_with_leading_commas() : void
- test_get_all_from_carrier_with_semicolons() : void
- test_get_all_from_carrier_without_implement_extended_getter() : void
- test_get_all_from_not_existing_key() : void
- setUp() : void
Properties
$extendedPropagationGetter
private
MockInterface|ExtendedPropagationGetterInterface
$extendedPropagationGetter
$propagationGetter
private
MockInterface|PropagationGetterInterface
$propagationGetter
Methods
test_get_all_from_carrier_with_leading_commas()
public
test_get_all_from_carrier_with_leading_commas() : void
test_get_all_from_carrier_with_semicolons()
public
test_get_all_from_carrier_with_semicolons() : void
test_get_all_from_carrier_without_implement_extended_getter()
public
test_get_all_from_carrier_without_implement_extended_getter() : void
test_get_all_from_not_existing_key()
public
test_get_all_from_not_existing_key() : void
setUp()
protected
setUp() : void