Home
last modified time | relevance | path

Searched refs:mockSourceFileWrapper (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.cpp407 auto mockSourceFileWrapper = std::make_unique<MockFileWrapper>(); variable
413 EXPECT_CALL(*mockSourceFileWrapper.get(), FRead(_, _, _, _)).WillOnce(Return(-1));
415 FileMetadataStream sourceStream(filePathSource, std::move(mockSourceFileWrapper));