Exemplo n.º 1
0
 public IssueMergeCommentEventProcessingTests()
 {
     this.mergeRequestsCollection     = new MergeRequestsCollection();
     this.checkListsCollection        = new CheckListsCollection();
     this.repoConfigurationCollection = new RepoConfigurationCollection();
 }
Exemplo n.º 2
0
 public ReviewEventProcessingTests()
 {
     this.mergeRequestsCollection = new MergeRequestsCollection();
     this.checkListsCollection    = new CheckListsCollection();
 }
Exemplo n.º 3
0
 public StatusEventProcesingTests()
 {
     this.repoConfigurationCollection = new RepoConfigurationCollection();
     this.mergeRequestsCollection     = new MergeRequestsCollection();
     this.checkListsCollection        = new CheckListsCollection();
 }
Exemplo n.º 4
0
 public RepoConfigurationTests()
 {
     this.checkListsCollection        = new CheckListsCollection();
     this.mergeRequestsCollection     = new MergeRequestsCollection();
     this.repoConfigurationCollection = new RepoConfigurationCollection();
 }
Exemplo n.º 5
0
 public IssueInfoCommentEventProcessingTests()
 {
     this.mergeRequestsCollection = new MergeRequestsCollection();
     this.checkListsCollection    = new CheckListsCollection();
 }