Files
platform-external-webrtc/webrtc/examples/androidjunit
sakal f8312cb45a Convert LooperExecutorTest in AppRTC Demo into JUnit test
LooperExecutorTest now uses Robolectric instead of being instrumentation
test. This allows the test to be run faster and easier.

Review-Url: https://codereview.webrtc.org/1989813002
Cr-Commit-Position: refs/heads/master@{#12825}
2016-05-20 10:56:54 +00:00
..

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