1 type derived from TestService
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureTests.cs (1)
244private class OverridenService : TestService
1 reference to TestService
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureTests.cs (1)
28builder.ConfigureTestServices(s => s.AddSingleton<TestService, OverridenService>());