Esempio n. 1
0
 public override void TearDown()
 {
     RunningApp.SetOrientationPortrait();
     base.TearDown();
 }
Esempio n. 2
0
 public void CarouselAsycTestsAllPagesExistAfterAsyncAddingLandscape()
 {
     RunningApp.SetOrientationLandscape();
     CarouselAsycTestsAllPagesExistAfterAsyncAdding();
     RunningApp.SetOrientationPortrait();
 }
Esempio n. 3
0
 public void CarouselAsycTestsAllElementsPresentLandscape()
 {
     RunningApp.SetOrientationLandscape();
     CarouselAsycTestsAllElementsPresent();
     RunningApp.SetOrientationPortrait();
 }
Esempio n. 4
0
 public void TearDown()
 {
     RunningApp.SetOrientationPortrait();
 }