Spock : Could not find matching constructor for: org.spockframework.runtime.model.IterationInfo #1695
Unanswered
TamtePrathamesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I'm using spring boot 3.0.4 with spock version : 2.2-groovy-3.0.
I'm facing an issue while running integration test in spock, it gives below error
groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.spockframework.runtime.model.IterationInfo(org.spockframework.runtime.model.FeatureInfo, [Ljava.lang.Object;, Integer)
my test case is configured as follow:
Beta Was this translation helpful? Give feedback.
All reactions