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

View Source broken on android.support.test classes #9

Closed
efung opened this issue Apr 9, 2015 · 4 comments
Closed

View Source broken on android.support.test classes #9

efung opened this issue Apr 9, 2015 · 4 comments

Comments

@efung
Copy link

efung commented Apr 9, 2015

On a page like:

https://developer.android.com/reference/android/support/test/espresso/assertion/ViewAssertions.html

The (View Source) link goes to the platform/frameworks/base repository, leading to a 404.

Instead, it should be looking in the platform/frameworks/testing repository. The source wasn't in the master branch, but I found it under the android-support-test branch.

@romannurik
Copy link
Owner

Looks like espresso was pulled from AOSP? It might help if we had a listing of android.support.test subpackages and where the source lived...

@Kisty
Copy link

Kisty commented Oct 19, 2015

Absolutely love this but It's broken for testing rules :(

E.g. http://developer.android.com/reference/android/support/test/rule/DisableOnAndroidDebug.html

@Kisty
Copy link

Kisty commented Nov 4, 2015

I'll go ahead and add all the support.test classes, not just Espresso :)

@Kisty
Copy link

Kisty commented Nov 10, 2015

Have made improvement to include most Android Testing Support Library sources, not just Espresso. #19.

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

3 participants