commit | 41f16bec9f5acaaab2602037284783c10b05f78b | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Thu Feb 22 10:09:56 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 22 14:26:59 2018 |
tree | a057442168558240ca898c32e33f954ab0634d3c | |
parent | dfde334be0759cf106ad368fe857517cda19bea6 [diff] |
Silencing warnings in audio send stream unit tests. The unit tests for AudioSendStream was generating a lot of warnings about "Uninteresting mock function call" on mocked objects. This is due to the default gmock implementation being NaggyMock and there was no NiceMock override. With this change the mocks are replaced with NiceMock implementations which do not output warnings for unexpected calls. This makes the error output from the test runner much easier to visually parse to find the actual errors in failing tests. Bug: None Change-Id: Ic40db78159536ddeaa72a468fc2cb3ec17386d44 Reviewed-on: https://webrtc-review.googlesource.com/56220 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22152}
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.
Authoritative list of directories that contain the native API header files.