Test is very simple but should test the basic sanity of the class. Test is implemented as a JUnit test using Robolectric. Also removed unused imports from TCPChannelClientTest. Review-Url: https://codereview.webrtc.org/1989013003 Cr-Commit-Position: refs/heads/master@{#12804}
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