public void TestSetup()
 {
     TestUtils.ResetLINQLibrary();
     CommandLineCommonExecutor.ResetCommandLineExecutor();
     RemoteBashExecutor.ResetRemoteBashExecutor();
     ntuple.Reset();
 }
 public void TestSetup()
 {
     if (Directory.Exists(tempDir))
     {
         Directory.Delete(tempDir, true);
     }
     Directory.CreateDirectory(tempDir);
     TestUtils.ResetLINQLibrary();
     CommandLineCommonExecutor.ResetCommandLineExecutor();
     LocalBashExecutor.ResetLocalBashExecutor();
     ntuple.Reset();
 }