5 references to StartupNoServicesNoInterface
Microsoft.AspNetCore.Hosting.Tests (5)
WebHostBuilderTests.cs (5)
747.UseStartup<StartupNoServicesNoInterface>() 754Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv.ApplicationName); 755Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv2.ApplicationName); 765.UseStartup(typeof(StartupNoServicesNoInterface)) 769Assert.Equal(typeof(StartupNoServicesNoInterface).Assembly.GetName().Name, hostingEnv.ApplicationName);