https://github.com/forge/assertj-addon
AssertJ addon
https://github.com/forge/assertj-addon
addon forge jboss test
Last synced: about 1 year ago
JSON representation
AssertJ addon
- Host: GitHub
- URL: https://github.com/forge/assertj-addon
- Owner: forge
- Created: 2017-02-01T20:51:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T21:29:55.000Z (about 9 years ago)
- Last Synced: 2025-01-21T08:44:29.948Z (about 1 year ago)
- Topics: addon, forge, jboss, test
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
== JBoss Forge AssertJ addon
:idprefix: id_
This addon *provides classes* for use in other addons.
You *must* use this addon if you want to use AssertJ in your addon tests.
=== Dependencies: None
== Setup
This Addon requires the following installation steps.
=== Add configuration to your addon's pom.xml
To use this addon, you must add it as a dependency in the *pom.xml* of your `forge-addon` classified artifact:
[source,xml]
----
org.jboss.forge.addon
assertj
forge-addon
3.6.2
test
----
NOTE:: This addon is already added to the _forge-bom_, so if you can skip the version information if you already use it