Monday 29 June 2020

AssertJ SoftAssertions JavaDoc

I recently came across a great example of JavaDoc. It was regarding the AssertJ SoftAssertions class.

It's in the references1.

In short, we have a dinner party hosted at a mansion.

And we're going to use a UnitTest with Assertions to determine if one of the guests has been murdered and who dun it.

It made me smile.

References

[1] SoftAssertions - AssertJ fluent assertions 3.16.1 API
https://www.javadoc.io/doc/org.assertj/assertj-core/latest/org/assertj/core/api/SoftAssertions.html

No comments:

Post a Comment