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