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

Method level config support #1

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

Method level config support #1

bangarharshit opened this issue Oct 1, 2017 · 1 comment

Comments

@bangarharshit
Copy link
Owner

bangarharshit commented Oct 1, 2017

In Robolectric tests we can write:

@Config(sdk=21)
@Test
public void test() {
 ...
}

Since oleaster is not written on top of java.lang.reflect.Method, we can't associate annotations with lambda.

@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