-
Notifications
You must be signed in to change notification settings - Fork 164
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 LaunchSuite and SuiteGenerator classes from "org.testng.xml" in testng codebase to here #562
Comments
sure, i will raise the PR after the 7.9.0 release |
@missedone - Here's the PR that I have raised for TestNG testng-team/testng#3031 |
I would like to ask how it was determined these classes are not used anywhere outside of the Eclipse plugin. Because the |
@lahodaj Thanks for the alert. |
NetBeans is an Apache project now, and I am member of its PMC. Best way to contact the project is to write to Regarding testng-remote - I don't think I am an expert on test framework support in NetBeans. I peeked at the repository, but I am not completely clear on what this is doing. Are there some examples? Thanks! |
The below two classes reside in TestNG but it is being ONLY used by the eclipse plugin. So it would make sense that we move these classes from the TestNG codebase to the testng eclipse plugin codebase.
Classes in question:
The above classes are being referred to in
org.testng.eclipse.launch.TestNGLaunchConfigurationDelegate
org.testng.eclipse.ui.util.ConfigurationHelper
org.testng.eclipse.util.CustomSuite
org.testng.eclipse.util.SuiteGenerator
Please confirm once the migration is complete and I will go ahead and remove off the above two classes from the testng codebase.
ping @missedone
The text was updated successfully, but these errors were encountered: