예제 #1
0
파일: Issue7556.cs 프로젝트: tytok/maui
 public override void TearDown()
 {
     RunningApp.SetOrientationPortrait();
     base.TearDown();
 }
예제 #2
0
 public void CarouselAsycTestsAllPagesExistAfterAsyncAddingLandscape()
 {
     RunningApp.SetOrientationLandscape();
     CarouselAsycTestsAllPagesExistAfterAsyncAdding();
     RunningApp.SetOrientationPortrait();
 }
예제 #3
0
 public void CarouselAsycTestsAllElementsPresentLandscape()
 {
     RunningApp.SetOrientationLandscape();
     CarouselAsycTestsAllElementsPresent();
     RunningApp.SetOrientationPortrait();
 }
예제 #4
0
 public void TearDown()
 {
     RunningApp.SetOrientationPortrait();
 }