Posts by erms • 41 points
1 post
-
4
votes3
answers1850
viewsQ: How to test the Service layer in a web service application, using mockite and junit
I have a class of services that will receive a dependency injection from an object responsible for the persistence layer. In this service class are all my methods that will answer the web service’s…