8000 GitHub - tomekkaczanowski/fest-assert-2.x: FEST Fluent Assertions 2.x
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomekkaczanowski/fest-assert-2.x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

For more details please visit FEST's home page.

About

FEST Fluent Assertions 2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0