Skip to content

timo-a/assertj-assertions-generator

 
 

Repository files navigation

AssertJ - Assertions Generator Maven Central Javadocs

CI

Overview

The Assertions Generator can create specific assertions for your classes. It comes with :

Let's say you have a Player class with name and team properties. The generator will create a PlayerAssert assertions class with hasName and hasTeam assertions. This allows you to write :

assertThat(mvp).hasName("Lebron James").hasTeam("Miami Heat");

Documentation

Please have a look at the complete documentation in the assertions generator section, including a quickstart guide.

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.5%
  • Other 2.5%