-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade org.testng:testng 7.4.0 -> 7.6.1 - autoclosed #82
Conversation
Suggested commit message:
|
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.
Build fails due to:
[ERROR] RefasterCheckTest.replacement:125->verifyRefactoring:165 compilation failed unexpectedly: [/tech/picnic/errorprone/bugpatterns/TestNGToAssertJTemplatesTestInput.java:26: error: reference to assertEqualsNoOrder is ambiguous
(Runnable) () -> assertEqualsNoOrder(null, null),
^
both method assertEqualsNoOrder(java.util.Collection<?>,java.util.Collection<?>) in org.testng.Assert and method assertEqualsNoOrder(java.lang.Object[],java.lang.Object[]) in org.testng.Assert match]
The java.util.Collection
overload is new. We should review whether there are any other new assertion methods for which we should add Refaster templates. (Given the age of TestNGToAssertJTemplates
we should likely review API changes in the past few releases...)
336d6d1
to
368d1d8
Compare
368d1d8
to
d2acaa0
Compare
520bd26
to
701669e
Compare
bd82dc3
to
c676fa2
Compare
ca5f0e4
to
320edaa
Compare
c6706b0
to
5165bf8
Compare
482a0d9
to
16f35fd
Compare
0beaef9
to
300eacc
Compare
6c736b5
to
a5e7c85
Compare
2664a1a
to
25589d3
Compare
9d4a833
to
5e8aaea
Compare
5e49cad
to
d68c305
Compare
cd10e13
to
337de7d
Compare
337de7d
to
0c45445
Compare
Replaced with #469. |
This PR contains the following updates:
7.4.0
->7.6.1
Release Notes
cbeust/testng
v7.6.1
Compare Source
This is a bug fix release and just includes 1 bug fix in it.
What's Changed
Full Changelog: testng-team/testng@7.6.0...7.6.1
v7.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: testng-team/testng@7.5...7.6.0
v7.5
Compare Source