Different issues that could be related:
-
After executing the tests in the attached project, you are not able to click and go to the code of testcases defined in BaseClass. Try clicking, for example, IntTests>BaseClass3(1)
-
TestCases don't have the "run test icon" in the code window. In the case of tests defined in a concrete class (like FloatTests>FloatTest2), there's only one icon for all three test cases. For TestsCases in the BaseClass no icon is shown.
-
The number of test icons is sometimes wrong in the baseclass. To demonstrate this, uncomment BaseClass>BaseClass3 and notice some tests will have 3 run icons. The test runner window may also show "phantom" tests when this happens. (in my case BaseClass2 gets duplicated everywhere)
I tried to have clear ways to reproduce it but sometimes these behaviors are a bit erratic. Adding more changes may make it easier to trigger the problems I'm seeing.
Jorge,
Thank you for the report, project, and steps to reproduce. I can reproduce this wrong behavior. Please give us some time to fix these issues.