Implemented interface member:
property
Scopes
Microsoft.Extensions.Logging.Testing.ITestSink.Scopes
9 references to Scopes
Microsoft.AspNetCore.Mvc.Core.Test (2)
Infrastructure\ActionSelectorTest.cs (1)
514Assert.Empty(sink.Scopes);
Routing\MvcRouteHandlerTests.cs (1)
44Assert.Empty(sink.Scopes);
Microsoft.AspNetCore.Routing.Tests (6)
ConstraintMatcherTest.cs (3)
40Assert.Empty(sink.Scopes); 60Assert.Empty(sink.Scopes); 77Assert.Empty(sink.Scopes);
EndpointRoutingMiddlewareTest.cs (1)
86Assert.Empty(sink.Scopes);
RouterMiddlewareTest.cs (2)
91Assert.Empty(sink.Scopes); 122Assert.Empty(sink.Scopes);
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (1)
DefaultHealthCheckServiceTest.cs (1)
323Assert.Collection(sink.Scopes,