How should I be properly unit testing my logout method for a forum application?
To learn about Spring MVC, I’ve created a personal project that represents a very basic forum application. So far, it’s been going really well, but I’ve hit a snag in trying to get the logout method covered in my JaCoCo report.