5 references to StartupNoServicesNoInterface
Microsoft.AspNetCore.Hosting.Tests (5)
WebHostBuilderTests.cs (5)
751.UseStartup<StartupNoServicesNoInterface>() 758Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv.ApplicationName); 759Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv2.ApplicationName); 769.UseStartup(typeof(StartupNoServicesNoInterface)) 773Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv.ApplicationName);