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

Annotation order affects test class #1

Closed
polideabot opened this issue Nov 23, 2012 · 1 comment
Closed

Annotation order affects test class #1

polideabot opened this issue Nov 23, 2012 · 1 comment
Assignees
Labels

Comments

@polideabot
Copy link

This combination works:
@UseShadows([...])
@RobolectricGuiceModules([...])
@RunWith(RoboSputnik)

RoboSputnik class has to stay but other annotations should not be obligatory, nor their args.
What's more their order affects the runner.

@pjakubczyk
Copy link
Member

Annotation order is fixed. Added 6 test classes to cover all combinations. Anyway still tests for annotations without arguments are needed.

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

No branches or pull requests

3 participants