6 references to WebHostBuilderTests
Microsoft.AspNetCore.Hosting.Tests (6)
WebHostBuilderTests.cs (6)
21[assembly: HostingStartup(typeof(WebHostBuilderTests.TestHostingStartup))] 788Assert.Equal(typeof(WebHostBuilderTests).Assembly.GetName().Name, hostingEnv.ApplicationName); 804Assert.Equal(typeof(WebHostBuilderTests).Assembly.GetName().Name, hostingEnv.ApplicationName); 947var startupAssemblyName = typeof(WebHostBuilderTests).GetTypeInfo().Assembly.GetName().Name; 951.UseSetting(WebHostDefaults.HostingStartupAssembliesKey, typeof(WebHostBuilderTests).GetTypeInfo().Assembly.FullName) 1072var logger = loggerFactory.CreateLogger(nameof(WebHostBuilderTests));