Skip to content

When a class is annotated by @Ignore, inner classes should also be ignored #36

@pith

Description

@pith

My use case is: a unit test class with a lot of static classes used as fixtures for the tests.
All these classes are scan by Nuun and it breaks my build.

So I want to be able to ignore them all by add the @Ignore annotation on my test class.

@Ignore
public class MyTest {

    static class MyFixture1 { ... }

    static class MyFixture2 { ... }

    ...
}

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