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