views:

15

answers:

0

I'm trying to test my portlet controllers written using Spring but I don't know how to use org.springframework.mock.web.portlet package. There are lot of examples for org.springframework.mock.web but lack of examples for mocking portlets using Spring.

Can anyone show me an example test for portlet controllers?