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