vis: ./TestRunner frysk.proc.TestAbandon.testAbandonAndAbandonX Running testAbandonAndAbandonX(frysk.proc.TestAbandon) ...FAIL junit.framework.AssertionFailedError: Method "testAbandonAndAbandonX" not found Time: 0.006 There was 1 failure: 1) testAbandonAndAbandonX(frysk.proc.TestAbandon)junit.framework.AssertionFailedError: Method "testAbandonAndAbandonX" not found at frysk.junit.Runner.runCases(TestRunner) at frysk.junit.Runner.runArchCases(TestRunner) at frysk.junit.Runner.runTestCases(TestRunner) at TestRunner.main(TestRunner) it should print an error message and fail before running any tests. When it comes to command line programs, error messages at the start, are better than stack backtraces.
Fixed. January 8, 2007 frysk-imports/frysk/junit/CL * Runner.java (runCases): Check that test actually exists before trying to run it. Fixes bug #3839.