Chromium Code Reviews| Index: webrtc/examples/androidjunit/README |
| diff --git a/webrtc/examples/androidjunit/README b/webrtc/examples/androidjunit/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bb41d818cab26d89abaa687a90390631eee93f56 |
| --- /dev/null |
| +++ b/webrtc/examples/androidjunit/README |
| @@ -0,0 +1,9 @@ |
| +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.
|
| +Many of these test utilize Robolectric to mock Android classes. |
| + |
| +To compile: |
| +ninja -C out/Debug AppRTCDemoJUnitTest |
| + |
| +To run: |
| +./out/Debug/bin/AppRTCDemoJUnitTest name.of.the.class.to.test |
| +For example: ./out/Debug/bin/AppRTCDemoJUnitTest org.appspot.apprtc.TCPChannelClientTest |