OLD | NEW |
---|---|
(Empty) | |
1 This directory contains example JUnit tests for Android AppRTCDemo. | |
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/run_AppRTCDemoJUnitTest | |
OLD | NEW |