Document some AssertJ equivalents, especially for Iterable assertions #681
Labels
P3
not scheduled
type=documentation
Documentation that is other than for an API
type=enhancement
Make an existing feature better
AssertJ's
AbstractIterableAssert
is large. We don't have an equivalent to every last assertion (and this is sometimes intentional), but for cases in which we do have an equivalent, we could help prospective users / migrating users / users with an AssertJ background by providing a mapping between the two.A lot of advanced assertions would use Fuzzy Truth. For example, AssertJ assertions that use
areAtLeastOne(condition)
andextractingResultOf(method)
would often usecomparingElementsUsing
.The text was updated successfully, but these errors were encountered: