webrtc/modules/audio_processing/include
Sebastian Jansson 41f16bec9f 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}
2018-02-22 14:26:59 +00:00
..
aec_dump.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
aec_dump.h Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
audio_frame_view.h AGC2-fixed-digital: Level Estimator 2018-02-16 13:55:18 +00:00
audio_processing.cc Safe behavior of the initial echo removal in AEC3 2018-02-20 22:01:36 +00:00
audio_processing.h Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
audio_processing_statistics.cc Use the new AudioProcessing statistics everywhere. 2017-11-24 18:17:39 +00:00
audio_processing_statistics.h Make delay stat optional. 2017-12-15 14:23:06 +00:00
config.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
config.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mock_audio_processing.h Silencing warnings in audio send stream unit tests. 2018-02-22 14:26:59 +00:00