I'm trying to test a class in JUnit.
It turns out that the class I am testing has several EJB's that call other EJB's.
How do I inject JUnit EJBs into a test class that calls other EJB's?
Thank you.
I'm trying to test a class in JUnit.
It turns out that the class I am testing has several EJB's that call other EJB's.
How do I inject JUnit EJBs into a test class that calls other EJB's?
Thank you.