InMemoryExporterTest
extends TestCase
in package
FinalYes
Attributes
- #[CoversClass]
- \OpenTelemetry\SDK\Metrics\MetricExporter\InMemoryExporter::class
Table of Contents
Methods
- test_empty_exporter_collect_returns_empty_metrics() : void
- test_exporter_collect_reset_resets_exported_metrics() : void
- test_exporter_collect_retains_exported_metrics() : void
- test_exporter_collect_returns_all_exported_metrics() : void
- test_exporter_collect_returns_exported_metrics() : void
- generateMetrics() : array<int, Metric>
Methods
test_empty_exporter_collect_returns_empty_metrics()
public
test_empty_exporter_collect_returns_empty_metrics() : void
test_exporter_collect_reset_resets_exported_metrics()
public
test_exporter_collect_reset_resets_exported_metrics() : void
test_exporter_collect_retains_exported_metrics()
public
test_exporter_collect_retains_exported_metrics() : void
test_exporter_collect_returns_all_exported_metrics()
public
test_exporter_collect_returns_all_exported_metrics() : void
test_exporter_collect_returns_exported_metrics()
public
test_exporter_collect_returns_exported_metrics() : void
generateMetrics()
private
generateMetrics(int $count) : array<int, Metric>
Parameters
- $count : int