>> Maybe Dawid has some insight into why this parameterized test gets
>> such a long name and if there is a way we can work around it?

Sorry, I was out. I don't know how this is related to the output files
but parameterized tests do contain their parameters in their
description (name) so .toString should return a sensible value for the
test description. Also see this example for @Name annotation which can
be used to name parameters for clarity:

https://github.com/carrotsearch/randomizedtesting/blob/master/examples/maven/src/main/java/com/carrotsearch/examples/randomizedrunner/Test007ParameterizedTests.java

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to