12012-11-13 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2
3 [EFL][WK2] Add a button parameter to mouseClick()
4 https://bugs.webkit.org/show_bug.cgi?id=102065
5
6 Reviewed by NOBODY (OOPS!).
7
8 mouseClick() test function's only able to test a left button of mouse now. However, EFL API test
9 framwork needs to test various mouse buttons. For example, context menu test needs to simulate a
10 right mouse button.
11
12 * UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.cpp:
13 (EWK2UnitTest::EWK2UnitTestBase::mouseClick):
14 * UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.h:
15 (EWK2UnitTestBase):
16 * UIProcess/API/efl/tests/test_ewk2_color_picker.cpp:
17 (TEST_F):
18 * UIProcess/API/efl/tests/test_ewk2_file_chooser_request.cpp:
19 (TEST_F):
20 * UIProcess/API/efl/tests/test_ewk2_intents.cpp:
21 (TEST_F):
22 * UIProcess/API/efl/tests/test_ewk2_popup_menu.cpp:
23 (TEST_F):
24 * UIProcess/API/efl/tests/test_ewk2_view.cpp:
25 (TEST_F):
26