Home
last modified time | relevance | path

Searched refs:InvokeHelper (Results 1 - 1 of 1) sorted by relevance

/third_party/googletest/googlemock/test/
H A Dgmock_link_test.h228 class InvokeHelper { class
326 InvokeHelper test_invoke_helper; in TEST()
329 .WillOnce(Invoke(&InvokeHelper::StaticVoidFromString)) in TEST()
330 .WillOnce(Invoke(&test_invoke_helper, &InvokeHelper::VoidFromString)); in TEST()
338 InvokeHelper test_invoke_helper; in TEST()
341 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid)) in TEST()
343 InvokeWithoutArgs(&test_invoke_helper, &InvokeHelper::VoidFromVoid)); in TEST()
354 mock.VoidFromFunc(InvokeHelper::StaticVoidFromString); in TEST()
362 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString))); in TEST()
371 .WillOnce(WithArgs<0>(Invoke(&InvokeHelper in TEST()
[all...]

Completed in 1 milliseconds