How do I inject EJB's that call other EJB's in a JUnit test class?

0

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.

    
asked by anonymous 10.10.2018 / 17:20

0 answers