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