FubuMvcArchive / Serenity

The dynamic duo of StoryTeller and WebDriver aim to grant you Serenity by acceptance testing your FubuMVC application
6 stars 7 forks source link

Adding NavigateTo generic override. #76

Closed stevematney closed 10 years ago

stevematney commented 10 years ago

Can now do Navigation.NavigateTo<TInputModel>().

mtscout6 commented 10 years ago

Steve, I should have looked at how the NavigationDriver was already being tested. Looks like there is a way that you can unit test this. Look at the FakeSerenitySource and NameScreenFixture for an example. I'd rather the tests for this be done that way.

mtscout6 commented 10 years ago

Nevermind, that example does not actually test the driver like I would have expected.