Example #1
0
 public CommitBuilder(TestRepository testRepository)
 {
     _testRepository = testRepository;
     branch          = null;
 }
Example #2
0
 public BranchBuilder(TestRepository testRepository, String @ref)
 {
     _testRepository = testRepository;
     this.@ref       = @ref;
 }