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

afterXYZ annotations with alwaysRun = true do not work as documented #526

Open
davebirch opened this issue Jun 25, 2014 · 0 comments
Open

Comments

@davebirch
Copy link

According to the documentation and the javadoc for the alwaysRun parameter, for BeforeXYZ annotations this should ignore group exclusions, but for AfterXYZ annotations, it should only cause the method to be run in the case where a previous setup method has failed.

What I'm seeing is for the AfterXYZ methods, the parameter is working in both ways, both ignoring groups and ignoring skips due to previous configuration method failures.

Is this intentional, and is there any way to get this working as documented or should the documentation be updated?

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

No branches or pull requests

1 participant