Hi all,
I'm working on an app that will take user input from a form, and based on that input return a new view. I want to unit test this but I have searched and searched and cannot find a good way to insert elements into the request so that I can return the correct view.
Is there a really simple way to just add request parameters when unit testing?
Thanks,
sdelano