3 references to FailingTestEntryResponse
Infrastructure.Tests (3)
CreateFailingTestIssue\CreateFailingTestIssueToolTests.cs (3)
419
var
firstFailure = Assert.Single(response.AllFailures.Tests, static test => test.CanonicalTestName == "Tests.Namespace.OtherType.OtherMethod");
424
var
secondFailure = Assert.Single(response.AllFailures.Tests, static test => test.CanonicalTestName == "Tests.Namespace.Type.Method");
1021
private sealed record AllFailuresResponse(int FailedTests, IReadOnlyList<
FailingTestEntryResponse
> Tests);