NonRecordingSpanTest
extends TestCase
in package
Attributes
- #[CoversClass]
- \OpenTelemetry\API\Trace\NonRecordingSpan::class
Table of Contents
Properties
- $context : SpanContextInterface|null
Methods
- test_add_event() : void
- test_end() : void
- test_get_context() : void
- test_is_recording() : void
- test_record_exception() : void
- test_set_attribute() : void
- test_set_attributes() : void
- test_set_status() : void
- test_update_name() : void
- createNonRecordingSpan() : NonRecordingSpan
- getSpanContextInterfaceMock() : SpanContextInterface
Properties
$context
private
SpanContextInterface|null
$context
= null
Methods
test_add_event()
public
test_add_event() : void
test_end()
public
test_end() : void
test_get_context()
public
test_get_context() : void
test_is_recording()
public
test_is_recording() : void
test_record_exception()
public
test_record_exception() : void
test_set_attribute()
public
test_set_attribute() : void
test_set_attributes()
public
test_set_attributes() : void
test_set_status()
public
test_set_status() : void
test_update_name()
public
test_update_name() : void
createNonRecordingSpan()
private
createNonRecordingSpan() : NonRecordingSpan
Return values
NonRecordingSpangetSpanContextInterfaceMock()
private
getSpanContextInterfaceMock() : SpanContextInterface