What steps will reproduce the problem?
1. Create a abstract testclass containing testmethods (with @Test)
2. Implement this abstract testclass. This concrete testclass should have
no testmethods, but inherits the testmethods from the abstract class.
3. Try to testrun the concrete testclass.
What is the expected output? What do you see instead?
The "Run as" menu does not show the "TestNG Test" entry. The menu should
check the testclass' class-hierarchy! (Running the package works fine btw.)
What version of the product are you using? On what operating system?
5.12.0.6
Please provide any additional information below.