81 references to ApplicationType
IIS.FunctionalTests (7)
IIS.LongTests (8)
IIS.Microbenchmarks (1)
IIS.NewHandler.FunctionalTests (8)
IIS.NewShim.FunctionalTests (8)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (14)
Microsoft.AspNetCore.Hosting.FunctionalTests (2)
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
Microsoft.AspNetCore.Server.IntegrationTesting (24)
TestMatrix.cs (12)
13public IList<ApplicationType> ApplicationTypes { get; set; } = new List<ApplicationType>();
35public TestMatrix WithApplicationTypes(params ApplicationType[] types)
43ApplicationTypes.Add(ApplicationType.Portable);
44ApplicationTypes.Add(ApplicationType.Standalone);
109ApplicationTypes.Add(ApplicationType.Portable);
200foreach (var t in ApplicationTypes)
202var type = t;
203if (Tfm.Matches(Tfm.Net462, tfm) && type == ApplicationType.Portable)
208type = ApplicationType.Standalone;
220private void VaryByArchitecture(List<TestVariant> variants, ServerType server, string tfm, string skip, ApplicationType type)
267private void VaryByAncmHostingModel(IList<TestVariant> variants, ServerType server, string tfm, ApplicationType type, RuntimeArchitecture arch, string skip)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
ServerComparison.FunctionalTests (2)