Searched refs:makeSuccessful (Results 1 – 1 of 1) sorted by relevance
52 const auto makeSuccessful = makeFunctionReturn(V1_3::ErrorStatus::NONE); variable96 EXPECT_CALL(*mockBuffer, copyTo(_)).Times(1).WillOnce(InvokeWithoutArgs(makeSuccessful)); in TEST()153 EXPECT_CALL(*mockBuffer, copyFrom(_, _)).Times(1).WillOnce(InvokeWithoutArgs(makeSuccessful)); in TEST()