Skip to content
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

Analyse what is causing Gradle failure when org.testng.util.Strings.join() is removed #2766

Open
1 of 7 tasks
krmahadevan opened this issue May 23, 2022 · 0 comments
Open
1 of 7 tasks

Comments

@krmahadevan
Copy link
Member

TestNG Version

Note: only the latest version is supported

This is on the master branch

Expected behavior

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[])'

See here for more details.

Is the issue reproducible on runner?

  • Shell
  • Maven
  • Gradle
  • Ant
  • Eclipse
  • IntelliJ
  • NetBeans

Test case sample

Please, share the test case (as small as possible) which shows the issue

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant