[ 
https://issues.apache.org/jira/browse/SUREFIRE-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904737#comment-16904737
 ] 

Tibor Digana commented on SUREFIRE-1553:
----------------------------------------

[~skrser]
[~clarkperkins]
This project works as expected with Surefire {{3.0.0-SNAPSHOT}} which is our 
development version of {{3.0.0-M4}} preliminarily utilized by the users.
So we can see the the reports in {{target/surefire-reports}} :
TEST-com.skrser.surefire.test.CalculatorSpockTest.xml
com.skrser.surefire.test.CalculatorSpockTest.txt
TEST-com.skrser.surefire.CalculatorTest.xml
com.skrser.surefire.CalculatorTest.txt

I will write an integration test and turn this issue from Bug to Test.

> @Unroll forces usage of JUnit Vintage
> -------------------------------------
>
>                 Key: SUREFIRE-1553
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1553
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: JUnit 5.x support, Maven Surefire Plugin
>    Affects Versions: 2.22.0
>            Reporter: Sergey Skryabin
>            Assignee: Tibor Digana
>            Priority: Major
>
> If run
> {code}mvn clean test{code}
> JUnit4 tests and Spock tests (which not contain @Unroll) are executed 
> normally. Once Spock test with @Unroll annotation appears, then Surefire 
> execute
> {code}[INFO] Running JUnit Vintage{code}
>  and all other JUnit4 tests and Spock tests are wrapped with this runner. 
> In surefire-reports I see _TEST-<all tests executed before meeting 
> @Unroll>.xml_ s and than
> _TEST-JUnit Vintage.xml_
> Though it could be done by intention, behaviour is different from 2.21.0 (no 
> wrapping with Vintage). Also it much more visible to have separate reports 
> per test class (both in console output and surefire-reports folder).
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to