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