]
George Gastaldi updated FURNACE-37:
-----------------------------------
Component/s: Test Harness
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
Components: Test Harness
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.