9 references to TestHostedService
Microsoft.AspNetCore.Hosting.Tests (9)
WebHostTests.cs (9)
527services.AddSingleton<IHostedService, TestHostedService>(); 535var svc = (TestHostedService)host.Services.GetRequiredService<IHostedService>(); 551services.AddHostedService<TestHostedService>(); 558var svc = (TestHostedService)host.Services.GetRequiredService<IHostedService>(); 1070services.AddSingleton<IHostedService, TestHostedService>(); 1075var svc = (TestHostedService)host.Services.GetRequiredService<IHostedService>();