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

Side by Side 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: 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This directory contains example JUnit tests for Android AppRTCDemo.
magjed_webrtc 2016/05/16 10:13:35 nit: remove extra space between 'contains' and 'ex
sakal 2016/05/16 10:42:07 Done.
2 Many of these test utilize Robolectric to mock Android classes.
3
4 To compile:
5 ninja -C out/Debug AppRTCDemoJUnitTest
6
7 To run:
8 ./out/Debug/bin/AppRTCDemoJUnitTest name.of.the.class.to.test
9 For example: ./out/Debug/bin/AppRTCDemoJUnitTest org.appspot.apprtc.TCPChannelCl ientTest
OLDNEW
« 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