-
Notifications
You must be signed in to change notification settings - Fork 395
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 the Testing Support Library #623
Comments
I would love that! Ideally with an example project as well. Wdyt @simpligility/android-maven-plugins-core-committers |
Yes we have to support it!
|
A very initial hack https://github.com/secondsun/maven-android-plugin/tree/Junit4TestRunner |
So we (humanity) now have Google official JUnit4 support for Android! (see Testing Support Library). Unfortunately AndroidTestFinder does not look for classes annotated with the Test Support annotations. Instead it looks for descendants of the old testing classes. It doesn't find any (because they are annotation based) and thus poops out.
I propose (and volunteer to) enhance the AndroidTestFinder class to check for annotations if the instrumentationTestRunner is set to "android.support.test.runner.AndroidJUnitRunner".
Thoughts?
The text was updated successfully, but these errors were encountered: