]
George Gastaldi moved FORGE-2288 to FURNACE-37:
-----------------------------------------------
Project: Forge: Furnace (was: Forge)
Key: FURNACE-37 (was: FORGE-2288)
Affects Version/s: 2.15.4.Final
(was: 2.15.2.Final)
Fix Version/s: 2.x Future
(was: 2.x Future)
Include the cause in "Test runner could not locate test
class..."
-----------------------------------------------------------------
Key: FURNACE-37
URL:
https://issues.jboss.org/browse/FURNACE-37
Project: Forge: Furnace
Issue Type: Feature Request
Affects Versions: 2.15.4.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.