Extending TestSuite is neither sufficient nor necessary. I just needed a public static Test suite() method (returning a populated TestSuite). IDEA handled it fine.
It had been so long since I used that feature of JUnit 3 that I forgot how to do it. Still, I wish I knew a way to do this without the static.
I finally noticed my answer in http://www.jetbrains.com/idea/docs/help/junit/index.html
Extending TestSuite is neither sufficient nor necessary. I just needed a public static Test suite() method (returning a populated TestSuite). IDEA handled it fine.
It had been so long since I used that feature of JUnit 3 that I forgot how to do it. Still, I wish I knew a way to do this without the static.