run TestSuite?

How can I run a TestSuite class in IDEA's test runner? I like it better than junit's.

Cheers,
11011011

0

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.

0

请先登录再写评论。