views:

426

answers:

1

If I click on a package and do control-shift-F10 it only looks for and runs JUnit tests in that package - but I really want it to recurse down into subpackages and run them.

UPDATE: looks like its something else wrong. When I run it on a package that has tests, it still complains there are none (yet if I open a JUnit test I can run it just fine).

+1  A: 

Ctrl-Shift-F10

digitalsanctum
sorry I meant I already tried that. It just says there are no tests in that package.
Michael Neale