Пример #1
0
        void ThenUserIsFinishedAndBackOnStartScreen()
        {
            Assert.IsTrue(ApplicationController.CanNext());
            ApplicationController.Next();

            Assert.IsTrue(!_messageService.ShowErrorWasCalled);
            Assert.IsTrue(_messageService.ShowMessageWasCalled);
            Assert.IsTrue(_importImagesViewValid.TryImportHasBeenCalled);
            TestNavigationHelper.EnsureIsOnStartScreen(ApplicationController);
        }
Пример #2
0
 void AndThenTheUserIsReturnedToTheStartScreenOfTheApplication()
 {
     TestNavigationHelper.EnsureIsOnStartScreen(ApplicationController);
 }
Пример #3
0
 void AndThenTheUserIsStillOnTheSelectDriveScreen()
 {
     TestNavigationHelper.EnsureIsOnStartScreen(ApplicationController);
 }