-
Notifications
You must be signed in to change notification settings - Fork 477
Open
Description
Originally reported on Google Code with ID 220
I discovered that the @Stepwise annotation can't be inherited and to solve this problem
I wrote my own annonation and replaced all occurences of "spec.getFeatures()" by "spec.getAllFeatures()"
in a new version of the org.spockframework.runtime.extension.builtin.StepwiseExtension.
So a solution would be maybe another boolean for the annotation f.e. like @Stepwise(inherit=true)
that takes care of these already mentioned function calls.
Reported by johann.boehler on 2011-12-15 09:01:32