I have been using Spring MVC 3.2 Tests to test my portlets @RequestMapping actions.... Which has been great so far...Though I would like to take it further and test the @ResourceMapping is that possible(using them for ajax)?

In addition is it possible to test @ActionMapping

TIA

Raf