Change-Id: I5a476a00d39ca582057b8800d1dfe6675750b774
static int check_result = CYNARA_API_ACCESS_ALLOWED;
+//LCOV_EXCL_START
void cynara_check_set_result(int result)
{
check_result = result;
{
return strdup("session");
}
+//LCOV_EXCL_STOP
#include "cynara_mock.h"
+//LCOV_EXCL_START
namespace {
static Evas_Object *_opt_win = NULL;
#ifdef __cplusplus
extern "C" {
#endif
-//LCOV_EXCL_START
+
void ime_app_main(int argc, char **argv)
{
}
-//LCOV_EXCL_STOP
+
#ifdef __cplusplus
}
#endif
}
};
-//LCOV_EXCL_START
static void _focus_in_cb(int context_id, void *user_data)
{
}
static void _input_hint_set_cb(Ecore_IMF_Input_Hints input_hint, void *user_data)
{
}
-//LCOV_EXCL_STOP
/**
* @testcase utc_ime_event_set_focus_in_cb_p
}
} // namespace
+//LCOV_EXCL_STOP
#include <gtest/gtest.h>
#include <gmock/gmock.h>
+//LCOV_EXCL_START
int main(int argc, char** argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
+//LCOV_EXCL_STOP
#include "cynara_mock.h"
+//LCOV_EXCL_START
namespace {
class RemoteInputTest : public testing::Test {
}
} // namespace
+//LCOV_EXCL_STOP