Home
last modified time | relevance | path

Searched refs:mockDestFileWrapper (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp408 auto mockDestFileWrapper = std::make_unique<MockFileWrapper>(); variable
412 EXPECT_CALL(*mockDestFileWrapper.get(), FWrite(_, _, _, _)).Times(Exactly(0));
416 FileMetadataStream destStream(filePath, std::move(mockDestFileWrapper));