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