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