In 'spring-test' there's mock classes for unit testing Servlets, which is very useful. Unfortuately, I do not need any of the other Spring componenets, and do not wish to depend on spring-core in my project.
It is possible to either:
- Use spring-test without depending on spring-core, ... (i.e sever the mocking-classes from spring)?
- Use an alternative mock library with similar functionality?