13 references to HostingModel
Microsoft.AspNetCore.Server.IntegrationTesting (13)
Common\DeploymentParameters.cs (1)
159
public
HostingModel
HostingModel { get; set; }
TestMatrix.cs (9)
17
public IList<
HostingModel
> HostingModels { get; set; } = new List<
HostingModel
>();
67
public TestMatrix WithHostingModels(params
HostingModel
[] models)
75
HostingModels.Add(
HostingModel
.OutOfProcess);
76
HostingModels.Add(
HostingModel
.InProcess);
84
public TestMatrix WithAncmV2InProcess() => WithHostingModels(
HostingModel
.InProcess);
114
HostingModels.Add(
HostingModel
.OutOfProcess);
269
foreach (
var
hostingModel in HostingModels)
272
if (hostingModel ==
HostingModel
.InProcess)
TestVariant.cs (3)
18
public
HostingModel
HostingModel { get; set; }
38
info.AddValue(nameof(HostingModel), HostingModel, typeof(
HostingModel
));
48
HostingModel = info.GetValue<
HostingModel
>(nameof(HostingModel));