Correcting a typo: John Embretsen wrote:
If there is no such method, the JUnit TestRunner (in junit.runner.getTest(...)) creates a suite which includes all methods starting with "test", and runs this instead.
The correct method name is: junit.runner.BaseTestRunner.getTest(String suiteClassName) -- John
