We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The @test from testng is identified by junit test code mining and try to execute the testng test with junit.
The text was updated successfully, but these errors were encountered:
This is cased by the JUnit3Tester which only checked for method pattern. We also need to check for the base class as well.
Sorry, something went wrong.
Fix angelozerr#106: Check for JUnit3 base class.
8bc2296
86b76fe
Fix angelozerr#106: Fix annotation mixup with testng and JUnit4 and J…
0cd7950
…unit5
No branches or pull requests
The @test from testng is identified by junit test code mining and try to execute the testng test with junit.
The text was updated successfully, but these errors were encountered: