Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pith opened this issue Jun 5, 2015 · 0 comments
Open

Comments

@pith
Copy link
Member

pith commented Jun 5, 2015

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 { ... }

    ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants