0

I was tring to use mockito with arquillian. I used with simple JUnit and it runs fine although i am trying to figure out the deployment for arquillian which is where i think the problem is !!! Can anyone help me to figure out ?

Thank you.

Here is the link to my junit file and pom file

Sanket Patel
  • 308
  • 3
  • 19

1 Answers1

0

When you're using external libraries in your tests, you must make sure those libraries have been added to the microdeployment.

LightGuard
  • 5,298
  • 19
  • 19