Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 775 Bytes

README.asciidoc

File metadata and controls

26 lines (20 loc) · 775 Bytes

JBoss Forge AssertJ addon

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:

<dependency>
   <groupId>org.jboss.forge.addon</groupId>
   <artifactId>assertj</artifactId>
   <classifier>forge-addon</classifier>
   <version>3.6.2</version>
   <scope>test</scope>
</dependency>
NOTE

This addon is already added to the forge-bom, so if you can skip the version information if you already use it