2016-09-27 10:10:41 +02:00
|
|
|
This directory contains example JUnit tests for Android AppRTCMobile.
|
2016-05-17 03:22:32 -07:00
|
|
|
Many of these test utilize Robolectric to mock Android classes.
|
|
|
|
|
|
|
|
|
|
To compile:
|
2016-09-19 08:53:23 -07:00
|
|
|
ninja -C out/Debug android_junit_tests
|
2016-05-17 03:22:32 -07:00
|
|
|
|
|
|
|
|
To run:
|
2016-09-19 08:53:23 -07:00
|
|
|
out/Debug/bin/run_android_junit_tests
|