排序
Assert with Grace: Custom Soft Assertions using AssertJ for Cleaner Code
Assert with Grace: Custom Soft Assertions using AssertJ for Cleaner Code, Introduction If you don’t know what a soft assertion is, please read Soft Asserts – Why should you use t...
Testing nested structures with AssertJ
Testing nested structures with AssertJ,In a previous post I described why I like writing tests with AssertJ. In this post I would like to describe a nice pattern that helps testing...
Writing readable tests with AssertJ
Writing readable tests with AssertJ,AssertJ is a library that provides 'fluent assertions for java'. The fluent interface of the assertions allows developers to write very readable...