webrtc/modules/video_coding/codecs/test
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
..
batch Codec instantiation tests for testing device capabilities in batch. 2018-03-05 10:01:02 +00:00
android_codec_factory_helper.cc Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
android_codec_factory_helper.h Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
objc_codec_factory_helper.h Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
objc_codec_factory_helper.mm Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
plot_webrtc_test_logs.py Rename VideoProcessorIntegrationTest -> VideoCodecTest. 2018-05-15 11:28:21 +00:00
video_codec_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
video_codec_unittest.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
video_encoder_decoder_instantiation_tests.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
videocodec_test_fixture_config_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
videocodec_test_fixture_impl.cc Rename EncodedImage::_buffer --> buffer_, and make private 2019-01-17 12:38:15 +00:00
videocodec_test_fixture_impl.h Move VisualizationParams to VideoCodecTestFixture::Config. 2018-05-29 07:18:04 +00:00
videocodec_test_libvpx.cc Rename EncodedImage::_length --> size_, and make private. 2019-01-16 07:40:47 +00:00
videocodec_test_mediacodec.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
videocodec_test_openh264.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
videocodec_test_parameterized.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
videocodec_test_stats_impl.cc Assign spatial_idx in FrameStatistics ctor. 2018-09-27 08:35:29 +00:00
videocodec_test_stats_impl.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
videocodec_test_stats_impl_unittest.cc Assign spatial_idx in FrameStatistics ctor. 2018-09-27 08:35:29 +00:00
videocodec_test_videotoolbox.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
videoprocessor.cc Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
videoprocessor.h Rename EncodedImage::_buffer --> buffer_, and make private 2019-01-17 12:38:15 +00:00
videoprocessor_unittest.cc Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00