webrtc/logging/rtc_event_log
Mirko Bonadei c84f661b10 Stop using Googletest legacy APIs.
Googletest recently started replacing the term Test Case by Test Suite.
From now on, the preferred API is TestSuite*; the older TestCase* API
will be slowly deprecated.

This CL moves WebRTC to the new set of APIs.

More info in [1].

This CL has been generated with this script:

declare -A items
items[TYPED_TEST_CASE]=TYPED_TEST_SUITE
items[TYPED_TEST_CASE_P]=TYPED_TEST_SUITE_P
items[REGISTER_TYPED_TEST_CASE_P]=REGISTER_TYPED_TEST_SUITE_P
items[INSTANTIATE_TYPED_TEST_CASE_P]=INSTANTIATE_TYPED_TEST_SUITE_P
items[INSTANTIATE_TEST_CASE_P]=INSTANTIATE_TEST_SUITE_P
for i in "${!items[@]}"
do
  git ls-files | xargs sed -i "s/\b$i\b/${items[$i]}/g"
done
git cl format

[1] - https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature

Bug: None
Change-Id: I5ae191e3046caf347aeee01554d5743548ab0e3f
Reviewed-on: https://webrtc-review.googlesource.com/c/118701
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26494}
2019-01-31 13:23:33 +00:00
..
encoder Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
events Add DTLSTransport info into sender/receiver state. 2019-01-17 10:21:32 +00:00
mock Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
output (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
DEPS [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
fake_rtc_event_log.cc Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
fake_rtc_event_log_factory.cc Remove functions to inject a TaskQueue in RtcEventLog creation. 2018-12-05 16:35:04 +00:00
fake_rtc_event_log_factory.h Remove functions to inject a TaskQueue in RtcEventLog creation. 2018-12-05 16:35:04 +00:00
ice_logger.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_logger.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
logged_events.cc Reland "Reland "Adds richer packet and ice processing to ParsedRtcEventLog."" 2019-01-23 10:00:01 +00:00
logged_events.h Add RTC event logging of LossNotification RTCP messages 2019-01-24 13:33:57 +00:00
rtc_event_log.cc Move RtcEventLog::CreateNull implementation near declaration. 2018-10-18 13:39:58 +00:00
rtc_event_log.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rtc_event_log.proto Log probing bitrate and cluster id as int32 in event log. 2018-05-04 14:40:44 +00:00
rtc_event_log2.proto Add transaction id to candidate pair event log parser and encoder. 2018-12-01 01:15:29 +00:00
rtc_event_log2rtp_dump.cc Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_event_log_factory.cc Remove functions to inject a TaskQueue in RtcEventLog creation. 2018-12-05 16:35:04 +00:00
rtc_event_log_factory.h Clean up visibility and dependencies of RTC event log build targets. 2019-01-11 11:05:12 +00:00
rtc_event_log_factory_interface.h Clean up visibility and dependencies of RTC event log build targets. 2019-01-11 11:05:12 +00:00
rtc_event_log_impl.cc Add some missing includes and dependencies. 2019-01-18 15:30:26 +00:00
rtc_event_log_parser.cc Ignore duplicated incoming RTCP packets in RTC event log parser. 2019-01-28 20:38:38 +00:00
rtc_event_log_parser.h Add RTC event logging of LossNotification RTCP messages 2019-01-24 13:33:57 +00:00
rtc_event_log_unittest.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
rtc_event_log_unittest_helper.cc Add RTC event logging of LossNotification RTCP messages 2019-01-24 13:33:57 +00:00
rtc_event_log_unittest_helper.h Add RTC event logging of LossNotification RTCP messages 2019-01-24 13:33:57 +00:00
rtc_event_processor.cc Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_event_processor.h Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_event_processor_unittest.cc Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_stream_config.cc Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00
rtc_stream_config.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00