Ejemplo n.º 1
0
 public void TestInitialize()
 {
     mainScreen = Screen.Launch<MainScreen>(ApplicationFilePath);
 }
Ejemplo n.º 2
0
        public void FromProcess()
        {
            //Act
            mainScreen = Screen.FromProcess<MainScreen>(mainScreen.Application.Process);

            //Assert
            Assert.IsTrue(mainScreen.Application.Exists);
        }