DEV Community

Discussion on: Common assertions for Java collections in AssertJ

Collapse
 
yavuztas profile image
Yavuz Tas

Thanks for the clear explanation. I realized AssertJ a bit late. I remember I spent so much time implementing utilities for these assertions in Junit :)

Collapse
 
iuriimednikov profile image
Yuri Mednikov

Hi, Yavuz! Thanks for feedback. I plan to create several posts about AssertJ for different cases: testing date/time, testing Vavr collections.

Collapse
 
yavuztas profile image
Yavuz Tas

Great! vavr collections would be interesting, but without converting to Java collections, I guess :)