Hey everyone,
I'm writing some unit tests for some controller methods in my project and am wondering whether to test against the controller class itself or an interface of that controller.
Should I be creating an interface for each controller and run my unit tests against that?