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