joel-costigliola / assertj

AssertJ documentation
60 stars 30 forks source link

minimal correction of the 3.9.0 news section #81

Closed hankem closed 6 years ago

hankem commented 6 years ago
assertThatThrownBy(() -> { throw new IOException("bam!"); }, "Test explosive code")

would actually give

java.lang.AssertionError: [Test explosive code] 
PascalSchumacher commented 6 years ago

Thanks for the pull request! 👍

The html files are generated from template files, so can you update https://github.com/joel-costigliola/assertj/blob/gh-pages/templates/assertj-core-news-template.html too? Otherwise the change would be overwritten during the next generation run.

PascalSchumacher commented 6 years ago

Thanks! 👍

hankem commented 6 years ago

You're welcome. Thanks for AssertJ being such a wonderful library!