Is it possible to test an HttpSessionListener with Spring-MVC and Spring-Test-MVC?
We have some logic in an HttpSessionListener that we’d like to test. We’re using Spring MVC and the associated testing framework, with MockMvc and so on. Unfortunately, we haven’t found a way to get …