5#ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_TEXT_INPUT_VIEW_DELEGATE_H_
6#define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_TEXT_INPUT_VIEW_DELEGATE_H_
8#include <unordered_map>
10#include "flutter/shell/platform/linux/fl_text_input_view_delegate.h"
12#include "gmock/gmock.h"
24 operator FlTextInputViewDelegate*();
28 (FlTextInputViewDelegate * delegate,
35 FlTextInputViewDelegate* instance_ =
nullptr;
MOCK_METHOD(void, fl_text_input_view_delegate_translate_coordinates,(FlTextInputViewDelegate *delegate, gint view_x, gint view_y, gint *window_x, gint *window_y))
MockTextInputViewDelegate()
~MockTextInputViewDelegate()
void fl_text_input_view_delegate_translate_coordinates(FlTextInputViewDelegate *self, gint view_x, gint view_y, gint *window_x, gint *window_y)