MartinBalin commented on PR #3945: URL: https://github.com/apache/netbeans/pull/3945#issuecomment-1096656296
@graemerocher this is a dev build which changed internal structure for Test explorer to accomodate Spock tests syntax. You need to clear test results as in screenshot  Then you can run the tests and these should expand for @Unroll If not make sure test is not running from Gradle cache. It is indicated by output from test run: ``` > Task :core:compileTestGroovy UP-TO-DATE > Task :core:testClasses UP-TO-DATE > Task :core:test FROM-CACHE ``` It there is core:test FROM-CACHE you need to clear gradle cache or touch the code... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
