
This reverts commit 902093493b608a1172248b85510bea291419c6ca. Reason for revert: Breaks downstream project Original change's description: > Default runner to junit4 > > Bug: chromium:868610 > Change-Id: Ifc457d8e74cf42e9ba4d21807721f86c521b35e9 > Reviewed-on: https://webrtc-review.googlesource.com/94440 > Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Commit-Queue: Andrew Luo <aluo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#24350} TBR=phoglund@webrtc.org,sakal@webrtc.org,jbudorick@chromium.org,aluo@chromium.org Change-Id: Ie972a2500bc15ff95d8c61a0ace681387b657ae7 No-Try: true Bug: chromium:868610 Reviewed-on: https://webrtc-review.googlesource.com/95060 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Oleh Prypin <oprypin@google.com> Cr-Commit-Position: refs/heads/master@{#24354}
This directory contains an example unit test for Android AppRTCMobile. Example of building & using the app: - Build Android AppRTCMobile and AppRTCMobile unit test: cd <path/to/webrtc>/src ninja -C out/Debug AppRTCMobile_test_apk - Install AppRTCMobile and AppRTCMobileTest: adb install -r out/Debug/apks/AppRTCMobile.apk adb install -r out/Debug/apks/AppRTCMobileTest.apk - Run unit tests: adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner