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