You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be no NoSuchMethodError that gets triggered by Gradle build when org.testng.util.Strings.join(java.lang.String, java.lang.String[])' is removed.
Actual behavior
Currently we are seeing a NoSuchMethodError when we remove the deprecated method org.testng.util.Strings.join(java.lang.String, java.lang.String[])'
TestNG Version
This is on the
master
branchExpected behavior
There should be no
NoSuchMethodError
that gets triggered by Gradle build whenorg.testng.util.Strings.join(java.lang.String, java.lang.String[])'
is removed.Actual behavior
Currently we are seeing a
NoSuchMethodError
when we remove the deprecated methodorg.testng.util.Strings.join(java.lang.String, java.lang.String[])'
See here for more details.
Is the issue reproducible on runner?
Test case sample
Contribution guidelines
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered: