It was previously using org.robolectric.RobolectricTestRunner. Due to changes in Chromium this no longer works. This CL fixes the issue. BUG=webrtc:6363 NOTRY=True Review-Url: https://codereview.webrtc.org/2342783002 Cr-Commit-Position: refs/heads/master@{#14261}
This directory contains example JUnit tests for Android AppRTCDemo. Many of these test utilize Robolectric to mock Android classes. To compile: ninja -C out/Debug AppRTCDemoJUnitTest To run: out/Debug/bin/run_AppRTCDemoJUnitTest