5 references to Href
Infrastructure.Tests (5)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (5)
971
Assert.Equal("https://github.com/microsoft/aspire/actions/runs/123/attempts/1", linkEvent.
Href
);
1101
Assert.Equal("https://github.com/microsoft/aspire/actions/runs/123/attempts/1", failedAttemptLink.
Href
);
1104
Assert.Equal("https://github.com/microsoft/aspire/actions/runs/123/attempts/2", rerunAttemptLink.
Href
);
1107
Assert.Equal("https://github.com/microsoft/aspire/pull/15110#issuecomment-123", commentLink.
Href
);
1162
Assert.Equal("https://github.com/microsoft/aspire/actions/runs/123", analyzedRunLink.
Href
);