An open API service indexing awesome lists of open source software.

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

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