10 references to ExpandedMatrixEntry
Infrastructure.Tests (10)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (5)
248var expandedEntry = Assert.Single(expanded.Include); 563ExpandedMatrixEntry[] entries; 566entries = JsonSerializer.Deserialize<ExpandedMatrixEntry[]>(include.GetRawText(), new JsonSerializerOptions 573var singleEntry = JsonSerializer.Deserialize<ExpandedMatrixEntry>(include.GetRawText(), new JsonSerializerOptions
PowerShellScripts\SplitTestMatrixByDepsTests.cs (4)
287ExpandedMatrixEntry[] entries; 290entries = JsonSerializer.Deserialize<ExpandedMatrixEntry[]>(include.GetRawText(), new JsonSerializerOptions 297var singleEntry = JsonSerializer.Deserialize<ExpandedMatrixEntry>(include.GetRawText(), new JsonSerializerOptions
Shared\TestDataBuilder.cs (1)
335public ExpandedMatrixEntry[] Include { get; set; } = [];