OLD | NEW |
---|---|
(Empty) | |
1 This directory contains example JUnit tests for Android AppRTCDemo. | |
kjellander_webrtc
2016/05/16 14:18:09
This is currently not yet true, but I assume you p
sakal
2016/05/17 08:01:25
Yes, that is correct.
| |
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 | |
kjellander_webrtc
2016/05/16 14:18:09
I think it would be better if we align with Chromi
sakal
2016/05/17 08:01:25
Done.
| |
9 For example: ./out/Debug/bin/AppRTCDemoJUnitTest org.appspot.apprtc.TCPChannelCl ientTest | |
OLD | NEW |