-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[camera_avfoundation] Migrate tests to Swift - part 3 (#8661)
This PR migrates some of Objective-C tests to Swift as a part of Swift migration: [flutter/flutter/issues/119109](flutter/flutter#119109). I kept the names of test cases the same. Tests migrated in this PR: - PhotoCaptureTests - SampleBufferTests - StramingTests - ThreadSafeEventChannelTests I also migrated two Mock classes to Swift, but I think that for most of mocks it'd be easier to migrate them when migrating the actual implementation to Swift.
- Loading branch information
1 parent
043e804
commit 70b41e1
Showing
20 changed files
with
756 additions
and
925 deletions.
There are no files selected for viewing
61 changes: 27 additions & 34 deletions
61
packages/camera/camera_avfoundation/example/ios/Runner.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
216 changes: 0 additions & 216 deletions
216
packages/camera/camera_avfoundation/example/ios/RunnerTests/FLTCamPhotoCaptureTests.m
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.