JBoss Forge Mockito addon
This addon provides classes for use in other addons. You must use this addon if you want to use Mockito in your addon.
Dependencies: None
Setup
To use this addon, you must add it as a dependency in the pom.xml:
<dependency>
   <groupId>org.jboss.forge.addon</groupId>
   <artifactId>mockito</artifactId>
   <classifier>forge-addon</classifier>
   <version>2.13.0</version>
</dependency> 
     JarCasting
 JarCasting