Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This directory contains example JUnit tests for Android AppRTCDemo. | 1 This directory contains example JUnit tests for Android AppRTCDemo. |
| 2 Many of these test utilize Robolectric to mock Android classes. | 2 Many of these test utilize Robolectric to mock Android classes. |
| 3 | 3 |
| 4 To compile: | 4 To compile: |
| 5 ninja -C out/Debug AppRTCDemoJUnitTest | 5 ninja -C out/Debug android_junit_tests |
| 6 | 6 |
| 7 To run: | 7 To run: |
| 8 out/Debug/bin/run_AppRTCDemoJUnitTest | 8 out/Debug/bin/run_android_junit_tests |
| OLD | NEW |