webrtc/examples/androidjunit
Artem Titarenko 42d2e4bbb1 Increase test timeouts in TCPChannelClientTest
This test fails on slow runners when TCPChannelClient has not
yet finished communication, but the test thread times out checking
that mock methods are called.

Bug: webrtc:9955
Change-Id: Ia91ada6b01ca1bab48afa57fe76aedd08770a641
Reviewed-on: https://webrtc-review.googlesource.com/c/111383
Commit-Queue: Artem Titarenko <artit@webrtc.org>
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25751}
2018-11-22 13:16:18 +00:00
..
src/org/appspot/apprtc Increase test timeouts in TCPChannelClientTest 2018-11-22 13:16:18 +00:00
OWNERS Add sakal@ to OWNERS in android tests / aarproject directories. 2018-11-21 15:42:18 +00:00
README Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00

This directory contains example JUnit tests for Android AppRTCMobile.
Many of these test utilize Robolectric to mock Android classes.

To compile:
ninja -C out/Debug android_junit_tests

To run:
out/Debug/bin/run_android_junit_tests