Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: webrtc/examples/androidjunit/README

Issue 1985663002: JUnit test framework for AppRTC Android demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes according to comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidjunit/README
diff --git a/webrtc/examples/androidjunit/README b/webrtc/examples/androidjunit/README
new file mode 100644
index 0000000000000000000000000000000000000000..9d1a7cf3db8abf352783535332033c1d2b1f7fee
--- /dev/null
+++ b/webrtc/examples/androidjunit/README
@@ -0,0 +1,8 @@
+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:
+webrtc/build/android/test_runner.py junit -s AppRTCDemoJUnitTest -vvv
kjellander_webrtc 2016/05/17 08:22:48 I think it's even easier to tell users to use the
« no previous file with comments | « no previous file | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698