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