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