Spring Operator
Spring Operator
**[Kris Ramanah](https://jira.spring.io/secure/ViewProfile.jspa?name=kris.ramanah)** commented The coverage tool is starting to look like the user clover reports for Java files. I have to mention that I have used the css file and...
**[Kris Ramanah](https://jira.spring.io/secure/ViewProfile.jspa?name=kris.ramanah)** commented The flow-coverage attachment contains the latest changes that were made. It has a pom.xml which you can use to build the project and then import in your...
**[Kris Ramanah](https://jira.spring.io/secure/ViewProfile.jspa?name=kris.ramanah)** commented There will be a slight change to the way the reporting is done now. I will try to log the coverage in an XML file. The path...
**[Kris Ramanah](https://jira.spring.io/secure/ViewProfile.jspa?name=kris.ramanah)** commented The new version of the coverage logger is in the atachment named 05_01_08. It constains 1.) documentation about the logger 2.) a maven 2 project (flow-coverage) Setup...
**[Etienne Dysli Metref](https://jira.spring.io/secure/ViewProfile.jspa?name=edyslimetref)** commented Would there be a way, for the new JUnit 5 variant, for developers to avoid having to extend a class from SWF to write their flow...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Maybe the new extension model could provide an answer. It is true that for JUnit 5 we can look to also improve and deviate from the existing...
**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** commented Regarding the introduction of parallel `AbstractJUnit4*Tests` base classes, that's certainly an option for JUnit 4 support. However, we might be able to find synergies between JUnit 4...
**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** commented Actually, Spring REST Docs uses a `@Rule` for JUnit 4: https://docs.spring.io/spring-restdocs/docs/2.0.3.RELEASE/reference/html5/#getting-started-documentation-snippets-setup-junit And an extension that implements `ParameterResolver` for JUnit Jupiter: https://docs.spring.io/spring-restdocs/docs/2.0.3.RELEASE/reference/html5/#getting-started-documentation-snippets-setup-junit-5 Behind the scenes, both of those...
**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** commented Related to #914
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented It would be helpful if you could describe your specific scenario.