TracerSharedStateTest
extends TestCase
in package
Attributes
- #[CoversClass]
- \OpenTelemetry\SDK\Trace\TracerSharedState::class
Table of Contents
Properties
- $idGenerator : IdGeneratorInterface
- $resourceInfo : ResourceInfo
- $sampler : SamplerInterface
- $spanLimits : SpanLimits
Methods
- test_construct_multiple_span_processors() : void
- test_construct_no_span_processors() : void
- test_construct_one_span_processor() : void
- test_getters() : void
- test_sets_noop_as_default_span_processor() : void
- test_shutdown() : void
- setUp() : void
- construct() : TracerSharedState
Properties
$idGenerator
private
IdGeneratorInterface
$idGenerator
$resourceInfo
private
ResourceInfo
$resourceInfo
$sampler
private
SamplerInterface
$sampler
$spanLimits
private
SpanLimits
$spanLimits
Methods
test_construct_multiple_span_processors()
public
test_construct_multiple_span_processors() : void
test_construct_no_span_processors()
public
test_construct_no_span_processors() : void
test_construct_one_span_processor()
public
test_construct_one_span_processor() : void
test_getters()
public
test_getters() : void
test_sets_noop_as_default_span_processor()
public
test_sets_noop_as_default_span_processor() : void
test_shutdown()
public
test_shutdown() : void
setUp()
protected
setUp() : void
construct()
private
construct([array<string|int, mixed> $spanProcessors = [] ]) : TracerSharedState
Parameters
- $spanProcessors : array<string|int, mixed> = []