11 references to ExpandedMatrixEntry
Infrastructure.Tests (11)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (6)
248var expandedEntry = Assert.Single(expanded.Include); 429var macEntry = expanded.Include.First(e => e.RunsOn == "macos-latest-xlarge"); 670ExpandedMatrixEntry[] entries; 673entries = JsonSerializer.Deserialize<ExpandedMatrixEntry[]>(include.GetRawText(), new JsonSerializerOptions 680var singleEntry = JsonSerializer.Deserialize<ExpandedMatrixEntry>(include.GetRawText(), new JsonSerializerOptions
PowerShellScripts\SplitTestMatrixByDepsTests.cs (4)
327ExpandedMatrixEntry[] entries; 330entries = JsonSerializer.Deserialize<ExpandedMatrixEntry[]>(include.GetRawText(), new JsonSerializerOptions 337var singleEntry = JsonSerializer.Deserialize<ExpandedMatrixEntry>(include.GetRawText(), new JsonSerializerOptions
Shared\TestDataBuilder.cs (1)
347public ExpandedMatrixEntry[] Include { get; set; } = [];