Skip to content

forge/assertj-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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