I have a test that requires me to uses Authentication to check to see if a user has logged in and authenticated before performing its task.
Is it possible for me to set the Authentication from the unit test so as to fool / mock the Authentication in the main application to thinking you are authorised and logged in?