MockEjb is the lightweight framework for running EJBs outside of the container for unit testing. With MockEjb developers can instantly run EJBs and their test classes directly from IDE without having to deal with the complexity of EJB deployment.

MockEjb supports most of javax.ejb interfaces. MockEjb allows for testing of EJBs that rely on JNDI or require transaction support. MockEjb comes with the simple API that allows for configuring its environment in setUp method of a test class. Additionally, MockEjb can be easily extended using its implementation of the interceptor pattern.

 

Alexander Ananiev

www.mockejb.org

=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to