-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Migrate JUnit
asserts to AssertJ
- migration
#2309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate JUnit
asserts to AssertJ
- migration
#2309
Conversation
Have we decided to go away from JUnit assertions and add AssertJ? That's not about if they are "better" or not, but I have in mind that Maven only uses core JUnit ones? |
Where was the question about migrating to AssertJ risen and discussed already? Please provide me a link, I might have overseen it in my mails. |
no i have not done that as im not aware of ATM. I heave tried to pitch an issue but its not possible like on any project i know. Please excuse my pragmatism. Im just making offers and try to gain knowledge. Therefore its marked |
https://hamcrest.org/JavaHamcrest/ is really nice |
yes and checkstyle has another great solution for the exact same problem.
checkstyle/checkstyle#17047 (comment) I aim to have one to rule then all, not to ask questions which one to choose. We dont need the overhead, its one thing like in our software design. SOC and not everything together. |
Leadership and the Single Source of Truth (SSOT) ImperativeThe Fundamental IssueThis isn't a technical challenge - it's a leadership and standards compliance failure. We're violating basic software engineering principles that were settled decades ago. Current Unacceptable State:
Non-Negotiable Truths
Yes Hamcrest is really nice. Lets pick one and go with that, removing rivals and using gained liberty. |
JUnit
asserts toAssertJ
- impl #2307