Exemplo n.º 1
0
 public void AndThen_it_should_Initialise_the_Seleno_Application()
 {
     SelenoApplication.Received().Initialize();
 }
Exemplo n.º 2
0
 public void Then_it_should_navigate_using_the_seleno_application()
 {
     SelenoApplication.Received().NavigateToInitialPage <TestPage>(RelativeUrl);
 }
 public void Then_it_should_navigate_using_the_seleno_application()
 {
     SelenoApplication
     .Received()
     .NavigateToInitialPage <TestController, TestPage>(_controllerAction);
 }