Example #1
0
 public RepoConfigurationTests()
 {
     this.checkListsCollection        = new CheckListsCollection();
     this.mergeRequestsCollection     = new MergeRequestsCollection();
     this.repoConfigurationCollection = new RepoConfigurationCollection();
 }
Example #2
0
 public IssueMergeCommentEventProcessingTests()
 {
     this.mergeRequestsCollection     = new MergeRequestsCollection();
     this.checkListsCollection        = new CheckListsCollection();
     this.repoConfigurationCollection = new RepoConfigurationCollection();
 }
Example #3
0
 public StatusEventProcesingTests()
 {
     this.repoConfigurationCollection = new RepoConfigurationCollection();
     this.mergeRequestsCollection     = new MergeRequestsCollection();
     this.checkListsCollection        = new CheckListsCollection();
 }