예제 #1
0
파일: MouseTest.cs 프로젝트: thePantz/cuite
 public void TestInitialize()
 {
     mainScreen = Screen.Launch<MainScreen>(ApplicationFilePath);
 }
예제 #2
0
 public void TestInitialize()
 {
     ApplicationUnderTest.Launch(ApplicationFilePath);
     mainScreen = new MainScreen();
 }