| We use AssertJ a lot in HV and it's really nice when dealing with collections. It's far easier to find the differences between 2 collections and you can have nice constraints on the collection content (contains only, contains only in this order and so on). Apart from the migration from fest-assert to AssertJ a while ago, we didn't have any maintenance issue. |