arquillian / arquillian-testrunner-spock

Arquillian Spock TestRunner
Apache License 2.0
30 stars 20 forks source link

Spock 1.0 #31

Closed kriegaex closed 4 years ago

kriegaex commented 8 years ago

I have added the cleaned up @Unroll vs. testable test from #17 to my fork. Feel free to merge it if you like. Until you fixed the current problem on branch spock_1.0 it will fail.


This change is Reviewable

bartoszmajsak commented 4 years ago

Thanks for providing reproducer, it really helped me to nail down what is actually going on. I adjusted the test in 334f5e8228fa1ba29b55ad6f1890cf5b25d42b4a (mainly removed println as that was causing classloading issue due to the fact that we don't bundle groovy deps when testable = false).