Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
cursor_handler_unittests.cc File Reference
#include "flutter/shell/platform/windows/cursor_handler.h"
#include <memory>
#include <vector>
#include "flutter/fml/macros.h"
#include "flutter/shell/platform/common/client_wrapper/include/flutter/method_result_functions.h"
#include "flutter/shell/platform/common/client_wrapper/include/flutter/standard_message_codec.h"
#include "flutter/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h"
#include "flutter/shell/platform/windows/flutter_windows_view.h"
#include "flutter/shell/platform/windows/testing/engine_modifier.h"
#include "flutter/shell/platform/windows/testing/flutter_windows_engine_builder.h"
#include "flutter/shell/platform/windows/testing/mock_window_binding_handler.h"
#include "flutter/shell/platform/windows/testing/test_binary_messenger.h"
#include "flutter/shell/platform/windows/testing/windows_test.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

Go to the source code of this file.

Classes

class  flutter::testing::CursorHandlerTest
 

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Functions

 flutter::testing::TEST_F (CursorHandlerTest, ActivateSystemCursor)
 
 flutter::testing::TEST_F (CursorHandlerTest, ActivateSystemCursorRequiresView)
 
 flutter::testing::TEST_F (CursorHandlerTest, CreateCustomCursor)
 
 flutter::testing::TEST_F (CursorHandlerTest, SetCustomCursor)
 
 flutter::testing::TEST_F (CursorHandlerTest, SetCustomCursorRequiresView)
 
 flutter::testing::TEST_F (CursorHandlerTest, SetNonexistentCustomCursor)
 
 flutter::testing::TEST_F (CursorHandlerTest, DeleteCustomCursor)
 
 flutter::testing::TEST_F (CursorHandlerTest, DeleteNonexistentCustomCursor)