Example #1
0
 public TestRepository(string repositoryName)
 {
     _physicalPath = Git.GetRepositoryPath(repositoryName);
     _repository   = new GitExeRepository(_physicalPath);
 }