Adding the last test, which was missed in https://codereview.webrtc.org/1962533002/ TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1961113002 . Cr-Commit-Position: refs/heads/master@{#12666}
This directory contains an example unit test for Android AppRTCDemo. Example of building & using the app: - Build Android AppRTCDemo and AppRTCDemo unit test: cd <path/to/webrtc>/src ninja -C out/Debug AppRTCDemoTest - Install AppRTCDemo and AppRTCDemoTest: adb install -r out/Debug/apks/AppRTCDemo.apk adb install -r out/Debug/apks/AppRTCDemoTest.apk - Run unit tests: adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner