Exemplo n.º 1
0
 public void SetUp()
 {
     commentA = CreateTestComment();
     commentB = CreateTestComment();
 }
 private static string GetTaskMessage(PeerReviewComment comment)
 {
     return("DPR [" + comment.Serverity + "] " + comment.Message);
 }