3 references to LatencyConsoleExtensions
Microsoft.Extensions.Telemetry.Tests (3)
Latency\LatencyConsoleExtensionsTests.cs (3)
20
Assert.Throws<ArgumentNullException>(() =>
LatencyConsoleExtensions
.AddConsoleLatencyDataExporter(null!));
21
Assert.Throws<ArgumentNullException>(() =>
LatencyConsoleExtensions
.AddConsoleLatencyDataExporter(s, configure: null!));
22
Assert.Throws<ArgumentNullException>(() =>
LatencyConsoleExtensions
.AddConsoleLatencyDataExporter(s, section: null!));