11 references to ExpandedMatrixEntry
Infrastructure.Tests (11)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (6)
248var expandedEntry = Assert.Single(expanded.Include); 428var macEntry = expanded.Include.First(e => e.RunsOn == "macos-latest-xlarge"); 666ExpandedMatrixEntry[] entries; 669entries = JsonSerializer.Deserialize<ExpandedMatrixEntry[]>(include.GetRawText(), new JsonSerializerOptions 676var singleEntry = JsonSerializer.Deserialize<ExpandedMatrixEntry>(include.GetRawText(), new JsonSerializerOptions
PowerShellScripts\SplitTestMatrixByDepsTests.cs (4)
300ExpandedMatrixEntry[] entries; 303entries = JsonSerializer.Deserialize<ExpandedMatrixEntry[]>(include.GetRawText(), new JsonSerializerOptions 310var singleEntry = JsonSerializer.Deserialize<ExpandedMatrixEntry>(include.GetRawText(), new JsonSerializerOptions
Shared\TestDataBuilder.cs (1)
335public ExpandedMatrixEntry[] Include { get; set; } = [];