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