Skip to content

Inherited stepwise behaviour #342

@robfletcher

Description

@robfletcher

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions