Meaningful message when test has no runnable methods
----------------------------------------------------

                 Key: SUREFIRE-645
                 URL: http://jira.codehaus.org/browse/SUREFIRE-645
             Project: Maven Surefire
          Issue Type: Improvement
    Affects Versions: Backlog
            Reporter: Stefan Birkner
         Attachments: extendedErrorMessage.patch

If there's a test class without any runnable methods, the test fails with an 
error. The output to the command line is:

Tests in error: 
  initializationError(EmptyTest)

The supplied patch extends this message for all errors. For the error at hand, 
the output to the command line will be:

Tests in error: 
  initializationError(EmptyTest): No runnable methods

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to