java - Best Mock object framework for EJB junit tests -


which mocking framework preferred testing ejb's (specifically message driven beans), i'm looking @ mockobjects, easymock, mockejb , mockito open all.

i've not used mocking framework before , particularly interested in low learning curve / great getting started guide.

i should clarify, using ejb 2.

it's not mocking framework, might have @ openejb, lightweight ejb container suitable for, amongst other things, use in unit tests. save having mock container's interfaces, , can still mock interfaces other components.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -