- Notifications
You must be signed in to change notification settings - Fork800
Replace JUnit-style asserts with TestNG Assert in tests#44377
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
Better-Boy commentedOct 24, 2025
Currently, only assert statements in test files are updated. Once this is approved, I'll work on replacing assert statement in source code. |
Better-Boy commentedOct 30, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Adding my discord questions regarding this issue that are still unanswered - |
Better-Boy commentedOct 31, 2025
@TharmiganK /@keizer619 it's been over a week but still no review |
dulajdilshan commentedNov 21, 2025
The PR title and commit messages do not follow the best practices we commonly use. Please followContribution Guidelines. Also, please check other closed PRs for a reference. |
dulajdilshan left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Implementation is LGTM. But please change the PR title and reword commit messages.
Better-Boy commentedNov 22, 2025
done |
Purpose
Fixes ##41480