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