-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Integration with Tycho #50
Comments
Latest version of Tycho adds support for test frameworks other than junit if they provide the implementation of a simple interface (cf http://wiki.eclipse.org/Tycho/Release_Notes/0.16). This should considerably ease the support of testng (if someone step-in to propose a patch so that TestNG implements Tycho's TestFrameworkProvider interface). |
I just wanted to ask if there is currently anyone looking into this. Is the current build of TestNG already usable with tycho-surefire? The patch from @apohllo in #51 should have provided the necessary support, shouldn't it? Or was the problem that tycho has not been patched to allow TestNG to integrate until the TestFrameworkProvider was introduced? |
duplicates with testng-team/testng-eclipse#133 |
right, i oversaw the original issue, we need reopen it |
Closing this out, since its now being tracked under testng-team/testng-eclipse#448 |
It would be nice if TestNG could be used to test with Tycho http://tycho.sonatype.org/ (this project allows for seamless build and testing of Eclipse based projects with Maven).
The integration requires that TestNG allows the same class look-up strategy for PackageUtils as ClassHelper.
The implementation of this issue is available at https://github.com/apohllo/testng/tree/TESTNG-455
The text was updated successfully, but these errors were encountered: