6 references to WebHostBuilderTests
Microsoft.AspNetCore.Hosting.Tests (6)
WebHostBuilderTests.cs (6)
19[assembly: HostingStartup(typeof(WebHostBuilderTests.TestHostingStartup))] 786Assert.Equal(typeof(WebHostBuilderTests).Assembly.GetName().Name, hostingEnv.ApplicationName); 802Assert.Equal(typeof(WebHostBuilderTests).Assembly.GetName().Name, hostingEnv.ApplicationName); 945var startupAssemblyName = typeof(WebHostBuilderTests).GetTypeInfo().Assembly.GetName().Name; 949.UseSetting(WebHostDefaults.HostingStartupAssembliesKey, typeof(WebHostBuilderTests).GetTypeInfo().Assembly.FullName) 1070var logger = loggerFactory.CreateLogger(nameof(WebHostBuilderTests));