webrtc/sdk/objc/unittests
Andreas Pehrson 7e176c41b9 Get RTCCameraVideoCapturerTests working again
See commit
https://webrtc.googlesource.com/src/+/c8a6fb2bb8762de17008dee97c5fb6e762f7e056
where the setup methods for RTCCameraVideoCaptureTests' test cases were
lost. Both "setup" where XCTest instead looks for "setUp", and
"setupWithMockedCaptureSession" which isn't called explicitly anywhere.

This commit splits the old RTCCameraVideoCaptureTests into two;
RTCCameraVideoCaptureTests for tests using "setup", and
RTCCameraVideoCaptureTestsWithMockedCaptureSession for tests using
"setupWithMockedCaptureSession".

Bug: webrtc:8382
Change-Id: I64cefff744e12f62d65e04133512de1e10d17d95
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288601
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com>
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38931}
2022-12-20 15:02:33 +00:00
..
audio_short16.pcm
audio_short44.pcm
audio_short48.pcm
avformatmappertests.mm
foreman.mp4
frame_buffer_helpers.h
frame_buffer_helpers.mm
main.mm Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define 2019-06-13 13:51:17 +00:00
nalu_rewriter_xctest.mm Fix -Wunused-but-set-variable 2021-11-16 10:30:30 +00:00
objc_video_decoder_factory_tests.mm Remove objc tests from rtc_unittests and move tests to sdk_unittests 2022-05-13 11:59:06 +00:00
objc_video_encoder_factory_tests.mm Remove objc tests from rtc_unittests and move tests to sdk_unittests 2022-05-13 11:59:06 +00:00
ObjCVideoTrackSource_xctest.mm Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
RTCAudioDevice_xctest.mm Add support for toggling builtin voice processing on iOS 2020-12-02 16:07:01 +00:00
RTCAudioDeviceModule_xctest.mm Use backticks not vertical bars to denote variables in comments for /sdk 2021-07-27 14:39:06 +00:00
RTCAudioSessionTest.mm rtc::Event: Finalize migration to TimeDelta. 2022-08-19 13:44:57 +00:00
RTCCallbackLogger_xctest.m Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCCameraVideoCapturerTests.mm Get RTCCameraVideoCapturerTests working again 2022-12-20 15:02:33 +00:00
RTCCertificateTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
RTCConfigurationTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
RTCCVPixelBuffer_xctest.mm Reland "Implement Optimized CropAndScale for ObjCFrameBuffer" 2022-08-24 09:14:19 +00:00
RTCDataChannelConfigurationTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
RTCDoNotPutCPlusPlusInFrameworkHeaders_xctest.m
RTCEncodedImage_xctest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCFileVideoCapturer_xctest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCH264ProfileLevelId_xctest.m Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCIceCandidateTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
RTCIceServerTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
RTCMediaConstraintsTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
RTCMTLVideoView_xctest.m Fix rendering tests of RTCMTLVideoViewTests to work as expected 2022-04-29 19:27:22 +00:00
RTCNV12TextureCache_xctest.m Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCPeerConnectionFactory_xctest.m Reenable some iOS tests. 2022-08-19 13:10:17 +00:00
RTCPeerConnectionFactoryBuilderTest.mm Remove HAVE_NO_MEDIA from Obj-C API. 2022-06-24 09:16:39 +00:00
RTCPeerConnectionTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
RTCSessionDescriptionTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
RTCTracingTest.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00
scoped_cftyperef_tests.mm Replace use of gtest expectation macro with XCTest's macro 2022-08-23 12:27:58 +00:00