8 references to MatchedTests
Infrastructure.Tests (8)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (8)
1403Assert.Single(result.MatchedTests); 1404Assert.Equal("Transient network reset", result.MatchedTests[0].Reason); 1425Assert.Empty(result.MatchedTests); 1447Assert.Empty(result.MatchedTests); 1469Assert.Empty(result.MatchedTests); 1491Assert.Single(result.MatchedTests); 1492Assert.Equal("Timeout", result.MatchedTests[0].Reason); 1504Assert.Empty(result.MatchedTests);