FEST-Assert 1.0a1 (Default branch) |
|
|
FEST-Assert is an "assertThat" library that
provides a fluent interface for writing assertions
in Java. Its main goal is to improve test code
readability and make maintenance of tests easier.
It can be used with JUnit or TestNG.
License: The Apache License 2.0
Changes:
This release adds support for BigDecimal. It adds more assertion methods for Arrays, Collections, Strings, Files, and Throwables. Bugs and inconsistencies in exception messages have been fixed. The number of tests has been increased from 540 to 1523, with code coverage of 99.7%.
|