4 references to CreatedComment
Infrastructure.Tests (4)
WorkflowScripts\SelectTestsCommentScriptTests.cs (4)
50var comment = Assert.Single(result.Created); 96var comment = Assert.Single(result.Created); 127var comment = Assert.Single(result.Created); 297private sealed record CommentScriptResult(CreatedComment[] Created, UpdatedComment[] Updated, string[] Minimized, string[] Infos);