5 references to AllMatchedTests
Infrastructure.Tests (5)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (5)
1659Assert.Single(result.AllMatchedTests); 1660Assert.Equal("Aspire.Tests.FailingTest", result.AllMatchedTests[0].TestName); 1661Assert.Equal("Network reset", result.AllMatchedTests[0].Reason); 1689Assert.Single(result.AllMatchedTests); 1712Assert.Empty(result.AllMatchedTests);