Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Help with Mocking JMS objects

843830Sep 29 2006 — edited Sep 30 2006
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2006
Added on Sep 29 2006
2 comments
471 views