Earlier, strings like "aaaa" and "1111" would be interpreted as IP addresses, which is not optimal. This CL improves the IP_PATTERN and adds a test for it. Review-Url: https://codereview.webrtc.org/2009493002 Cr-Commit-Position: refs/heads/master@{#12887}
This directory contains example JUnit tests for Android AppRTCDemo. Many of these test utilize Robolectric to mock Android classes. To compile: ninja -C out/Debug AppRTCDemoJUnitTest To run: out/Debug/bin/run_AppRTCDemoJUnitTest