Exemple #1
0
 public InitTests(ITestOutputHelper output)
 {
     _output = output;
     h       = new IntegrationHelper();
     _output.WriteLine("Repository in folder: " + h.Workdir);
 }
Exemple #2
0
 public FetchTests()
 {
     integrationHelper = new IntegrationHelper();
 }
Exemple #3
0
 public CloneTests()
 {
     h = new IntegrationHelper();
 }
Exemple #4
0
 public InitTests()
 {
     h = new IntegrationHelper();
 }