juliusz-cwiakalski / assertj-assertions-generator

Custom assertions generator http://joel-costigliola.github.io/assertj/assertj-assertions-generator.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssertJ - Assertions Generator

Build Status Maven Central

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.

About

Custom assertions generator http://joel-costigliola.github.io/assertj/assertj-assertions-generator.html

License:Apache License 2.0


Languages

Language:Java 98.2%Language:Shell 1.1%Language:Batchfile 0.7%