This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
- //
2
- // SampleBufferQueueTests.m
3
- // RunnerTests
4
- //
5
- // Created by Huan Lin on 1/27/22.
6
- // Copyright © 2022 The Flutter Authors. All rights reserved.
7
- //
1
+ // Copyright 2013 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
8
4
9
5
@import camera;
10
6
@import camera.Test;
@@ -18,7 +14,8 @@ @interface SampleBufferQueueTests : XCTestCase
18
14
19
15
@implementation SampleBufferQueueTests
20
16
21
- - (void )testSampleBufferDelegateCallbackMustRunOnCaptureSessionQueue {
17
+ - (void )testSampleBufferCallbackQueueMustBeCaptureSessionQueue {
18
+
22
19
id inputMock = OCMClassMock ([AVCaptureDeviceInput class ]);
23
20
OCMStub ([inputMock deviceInputWithDevice: [OCMArg any ] error: [OCMArg setTo: nil ]])
24
21
.andReturn (inputMock);
Original file line number Diff line number Diff line change 1
- //
2
- // FLTCam_Test.h
3
- // Pods
4
- //
5
- // Created by Huan Lin on 1/27/22.
6
- //
1
+ // Copyright 2013 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
7
4
8
5
#import " FLTCam.h"
9
6
You can’t perform that action at this time.
0 commit comments