Skip to content

gesellix/fest-assert-2.x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fest goal

This project provides a fluent interface for assertions.

This is an attempt to improve our codebase from the previous 1.x releases in terms of extensibility, code reuse, and code organization.

Fest is easy to use

FEST assertions are incredibly easy to write: just type assertThat followed the actual value and a dot, and any Java IDE will show you all the assertions available for the type of the given object to verify. No more confusion about the order of the "expected" and "actual" values. Our assertions are very readable as well: they read very close to plain English, making it easier for non-technical people to read test code.

Fest is documented

For more details please visit :

Thanks

Thanks to Cloudbees for their FOSS program that allows Fest to have a Jenkins CI !

cloudbees

Packages

No packages published

Languages

  • Java 100.0%