Skip to content

Annotations on overriden methods are not picked up #276

@dweiss

Description

@dweiss

When a method is annotated with Test and an inherited method is not (and is annotated with Ignore, for example), the ignored annotation is not picked up.

This is somewhat not consistent -- JUnit4 doesn't see those overriden method annotations. IntelliJ's runner does. I think it makes sense to pick up annotations from the method actually executed (and up the hierarchy); it's a mistake that Test isn't an inherited annotation by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions