https://bz.apache.org/bugzilla/show_bug.cgi?id=63680

--- Comment #9 from [email protected] ---
> Keeping aside the default package (I now moved the sample test to a specific
> package), I am able see the @ParameterizedTest being run and listed in the
> generated XML file:
> 
> <?xml version="1.0" encoding="UTF-8" ?>
> <testsuites>
>   <testsuite aborted="0" failures="0" id="0" name="SimpleTest"
> package="org.myapp" skipped="0" tests="3" time="0.183"
> timestamp="2019-08-22T13:28:09">
>     <properties>
>       ...
>     </properties>
>     <system-err>one
> two
> three
> </system-err>
>   </testsuite>
> </testsuites>

Seems that they are NOT listed in the xml, right?
This is the bug i mean. There should be this xml

<testcase name="testIt(String)[1]" classname="org.myapp.SimpleTest" time="150">
<testcase name="testIt(String)[2]" classname="org.myapp.SimpleTest" time="3">
<testcase name="testIt(String)[3]" classname="org.myapp.SimpleTest" time="4">

included (which is not).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to