]
George Gastaldi updated FORGE-2288:
-----------------------------------
Affects Version/s: 2.15.2.Final
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.