cxxr / better-java

Resources for writing modern Java
Other
5.79k stars 730 forks source link

AssertJ #2

Closed calebperkins closed 10 years ago

calebperkins commented 10 years ago

Here's an excellent assertions library for testing, in the spirit of Hamcrest:

http://joel-costigliola.github.io/assertj/index.html

cxxr commented 10 years ago

Great idea, thanks!