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

Support for multiple API levels in a test. #3

Open
bangarharshit opened this issue Oct 1, 2017 · 1 comment
Open

Support for multiple API levels in a test. #3

bangarharshit opened this issue Oct 1, 2017 · 1 comment

Comments

@bangarharshit
Copy link
Owner

bangarharshit commented Oct 1, 2017

In Robolectric we can write:

@Config(sdk={21,22})
public class TestClass {
}

Oleaster defines a global config and picks the first of the level i.e. 21. Create local config to simulate test flow.

@bangarharshit
Copy link
Owner Author

It is blocked by #14

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

1 participant