Help with Mocking JMS objects
843830Sep 29 2006 — edited Sep 30 2006I am in the process of testing a message driven application.
I would like to test the MessageService ( that communicates through JMS with Deployment service to process the request) by Mocking JMSobjects.
I am new to easymock and wondering how should I unit test
MessageService and Deployment Service by Mocking JMS objects and verify that correct JMS APIs are called