Beispiel #1
0
        public void MyTestInitialize()
        {
            TestAssert = new TestAssert();
            GuiHelper  = new GuiHelper();
            const string calcProcess = "ApplicationFrameHost";

            IoLibrary.KillProcess(calcProcess);
        }
 public void MyTestInitialize()
 {
     IoLibrary.KillProcess("chromedriver");
     IoLibrary.KillProcess("chrome");
     TestAssert = new TestAssert();
 }