Ejemplo n.º 1
0
 public static void ClassCleanup()
 {
     //File.Copy(LogFile, @"c:\temp\GingerWPF\" + @"\GingerWPF_BasicsTest.txt");
     //string s = mTC.TestDir;
     //string s2 = mTC.TestRunResultsDirectory;
     mGingerAutomator.CloseGinger();
 }
Ejemplo n.º 2
0
        public static void EndSession()
        {
            SessionCount--;
            TestMutex.ReleaseMutex();


            if (SessionCount == 0)
            {
                gingerAutomatorInstance.CloseGinger();
            }
        }