Esempio n. 1
0
        public void MyTestInitialize()
        {
            string currentOutputPath = (new System.IO.DirectoryInfo(Assembly.GetExecutingAssembly().Location)).Parent.FullName;

            UICompositionPage <WpfAppLauncher> .LaunchApplication(currentOutputPath + GetDesktopApplication(), GetDesktopApplicationTitle());

            Thread.Sleep(5000);
        }
Esempio n. 2
0
 public void MyTestCleanup()
 {
     UICompositionPage <WpfAppLauncher> .DisposeApplication();
 }