https://github.com/forge/mockito-addon
JBoss Forge Mockito addon
https://github.com/forge/mockito-addon
Last synced: 5 months ago
JSON representation
JBoss Forge Mockito addon
- Host: GitHub
- URL: https://github.com/forge/mockito-addon
- Owner: forge
- Created: 2017-12-15T00:56:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T01:07:22.000Z (about 8 years ago)
- Last Synced: 2025-01-21T08:44:30.063Z (about 1 year ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
== JBoss Forge Mockito addon
:idprefix: id_
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*:
[source,xml]
----
org.jboss.forge.addon
mockito
forge-addon
2.13.0
----