[forge-issues] [JBoss JIRA] (FORGE-2288) Include the cause in "Test runner could not locate test class..."

George Gastaldi (JIRA) issues at jboss.org
Tue Mar 31 00:53:18 EDT 2015


     [ https://issues.jboss.org/browse/FORGE-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi updated FORGE-2288:
-----------------------------------
    Priority: Critical  (was: Major)


> Include the cause in "Test runner could not locate test class..."
> -----------------------------------------------------------------
>
>                 Key: FORGE-2288
>                 URL: https://issues.jboss.org/browse/FORGE-2288
>             Project: Forge
>          Issue Type: Feature Request
>    Affects Versions: 2.15.2.Final
>            Reporter: Ondrej Zizka
>            Priority: Critical
>             Fix For: 2.x Future
>
>
> There are two ways to get the exception ""Test runner could not locate test class...". Both have the same text, only differ by cause.
> For better readability, the earlier could include the FQCN and message of the cause.
> How it is now:
> {code:java}
>                   throw new IllegalStateException(
>                            "Test runner could not locate test class [" + testClassName + "] in any deployed Addon.",
>                            e.getCause());
> {code}
> Thanks for considering.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the forge-issues mailing list