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