1 instantiation of TestMatrix
Microsoft.AspNetCore.Server.IntegrationTesting (1)
TestMatrix.cs (1)
23
return new
TestMatrix
()
10 references to TestMatrix
Microsoft.AspNetCore.Server.IntegrationTesting (10)
TestMatrix.cs (10)
21
public static
TestMatrix
ForServers(params ServerType[] types)
29
public
TestMatrix
WithTfms(params string[] tfms)
35
public
TestMatrix
WithApplicationTypes(params ApplicationType[] types)
41
public
TestMatrix
WithAllApplicationTypes()
47
public
TestMatrix
WithArchitectures(params RuntimeArchitecture[] archs)
57
public
TestMatrix
WithAllArchitectures()
67
public
TestMatrix
WithHostingModels(params HostingModel[] models)
73
public
TestMatrix
WithAllHostingModels()
84
public
TestMatrix
WithAncmV2InProcess() => WithHostingModels(HostingModel.InProcess);
86
public
TestMatrix
Skip(string message, Func<TestVariant, bool> check)