OLD | NEW |
---|---|
(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 | |
OLD | NEW |