🧹 Simplify your Java tests with custom assertions! Learn how to create cleaner, more readable code using AssertJ.
👉🏻 Check it out https://t.co/lvI8SKBwNG
#java#testing#assertj
I'm really happy that you are a part of the team, you have made great contributions and brought good energy to the project, can't think running AssertJ without you !
It's already been five years since I joined AssertJ 🤯
I'm truly grateful for the amazing opportunity that @JoCosti has given me, it made me realize how much I enjoy coding in my spare time 😄
And now I'm so excited that I'll be helping shape the next AssertJ major version! 🚀
📢 AssertJ 3.26.3 has been released!
It's quite a jump from 3.26.0 😅 well, this happens when you face release issues and spot the version increase too late...
This release contains one 💥 breaking change and a couple of 🐛 bug fixes.
Happy assertions!
https://t.co/PDg1rQkf6Q
Thomas Fabre viendra nous parler d'AssertJ en mode Pro à Voxxed Days Luxembourg 2024 les 20 et 21 juin prochains.
https://t.co/8pkR9QF2cC
#voxxed_lu#speakers
📢 AssertJ 3.26.0 has been released!
• One 💥 breaking change
• A few 🚫 deprecations
• Many ✨ new features, ⚡️ improvements, and 🐛 bug fixes
Many thanks to all contributors and happy assertions!
https://t.co/7jlQk0vusD
learned today there are a number of ways of using assertj soft assertions that don't require calling assertAll(). So wrote it down: https://t.co/NnoYlldYro
"Using the concept of soft-assertions makes testing the impact of our changes on a single object a lot more convenient, and reduces the potential need for reruns." @Simon_Verhoeven#java#junit#testng#assertj#hamcrest https://t.co/DcnSyrIfpi #foojaytip
AssertJ will complement the way we can assert the expected results and it provides a lot of different ways to apply the Soft Assertions, even extending them and creating your own if you want.
Read more 👉 https://t.co/DhEKvkHqTU
#integrationtest#java#testing