assertj / assertj-examples

Examples illustrating AssertJ assertions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an example of extending standard assertions

joel-costigliola opened this issue · comments

It is easy to write assertions for its own type but extending assertions for standard type is less easy.

Let's write an example to show how to do that on File assertions, it will allow project to write new custom assertions for File that are not in FileAssert and thus can be specific to the project.