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