commit | 94286cb25c3e90f7ab5bb90dbaf0d814ba1e5408 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Tue Sep 26 16:20:19 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Sep 27 17:14:47 2017 +0000 |
tree | 0b8acda80ceb7d892690aac86924f869528175d4 | |
parent | 9981bd928f01eb77b882185a063934d3dbba8d8a [diff] |
Add base fixture and PeerConnection wrapper for unit tests This lays the groundwork for splitting up the PeerConnectionInterface unit tests into multiple files so that the tests can be organized better. The intent is for each unit test file to declare a test fixture which subclasses PeerConnectionUnitTestFixture and creates PeerConnectionWrappers to write assertions against. Bug: webrtc:8222 Change-Id: I21175b1e1828a6cd5012305a8a27faaf4eecf81c Reviewed-on: https://webrtc-review.googlesource.com/1120 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20004}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.