5 references to StartupNoServicesNoInterface
Microsoft.AspNetCore.Hosting.Tests (5)
WebHostBuilderTests.cs (5)
749.UseStartup<StartupNoServicesNoInterface>() 756Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv.ApplicationName); 757Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv2.ApplicationName); 767.UseStartup(typeof(StartupNoServicesNoInterface)) 771Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv.ApplicationName);