mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 00:27:51 +01:00
![]() 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} |
||
---|---|---|
.. | ||
decoded_frames_history.cc | ||
decoded_frames_history.h | ||
decoded_frames_history_unittest.cc | ||
default_video_bitrate_allocator.cc | ||
default_video_bitrate_allocator.h | ||
default_video_bitrate_allocator_unittest.cc | ||
frame_dropper.cc | ||
frame_dropper.h | ||
frame_dropper_unittest.cc | ||
framerate_controller.cc | ||
framerate_controller.h | ||
framerate_controller_unittest.cc | ||
ivf_file_writer.cc | ||
ivf_file_writer.h | ||
ivf_file_writer_unittest.cc | ||
quality_scaler.cc | ||
quality_scaler.h | ||
quality_scaler_unittest.cc | ||
simulcast_rate_allocator.cc | ||
simulcast_rate_allocator.h | ||
simulcast_rate_allocator_unittest.cc | ||
simulcast_test_fixture_impl.cc | ||
simulcast_test_fixture_impl.h | ||
simulcast_utility.cc | ||
simulcast_utility.h | ||
vp8_header_parser.cc | ||
vp8_header_parser.h | ||
vp9_uncompressed_header_parser.cc | ||
vp9_uncompressed_header_parser.h |