ZipkinExporterTest
extends AbstractExporterTestCase
in package
Attributes
- #[CoversClass]
- \OpenTelemetry\Contrib\Zipkin\Exporter::class
Table of Contents
Properties
Methods
- createExporterWithTransport() : Exporter
- Must be implemented by concrete TestCases
- futureProvider() : array<string|int, mixed>
- getExporterClass() : string
- Must be implemented by concrete TestCases
- setUp() : void
- test_export() : void
- test_force_flush() : void
- test_shutdown() : void
- createExporter() : SpanExporterInterface
Properties
$future
protected
FutureInterface
$future
$transport
protected
TransportInterface
$transport
Methods
createExporterWithTransport()
Must be implemented by concrete TestCases
public
createExporterWithTransport(TransportInterface $transport) : Exporter
Parameters
- $transport : TransportInterface
Tags
Return values
ExporterfutureProvider()
public
static futureProvider() : array<string|int, mixed>
Return values
array<string|int, mixed>getExporterClass()
Must be implemented by concrete TestCases
public
getExporterClass() : string
Return values
stringsetUp()
public
setUp() : void
test_export()
public
test_export(FutureInterface $future, bool $expected) : void
Parameters
- $future : FutureInterface
- $expected : bool
Attributes
- #[DataProvider]
- 'futureProvider'
test_force_flush()
public
test_force_flush() : void
test_shutdown()
public
test_shutdown() : void
createExporter()
protected
createExporter() : SpanExporterInterface