#include "flutter/testing/testing.h"import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h"import "flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h"#include "flutter/shell/platform/common/accessibility_bridge.h"#include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"#include "flutter/third_party/accessibility/ax/ax_action_data.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Functions | |
| flutter::testing::TEST (FlutterPlatformNodeDelegateMac, Basics) | |
| flutter::testing::TEST (FlutterPlatformNodeDelegateMac, SelectableTextHasCorrectSemantics) | |
| flutter::testing::TEST (FlutterPlatformNodeDelegateMac, SelectableTextWithoutSelectionReturnZeroRange) | |
| flutter::testing::TEST (FlutterPlatformNodeDelegateMac, CanPerformAction) | |
| flutter::testing::TEST (FlutterPlatformNodeDelegateMac, TextFieldUsesFlutterTextField) | |
| flutter::testing::TEST (FlutterPlatformNodeDelegateMac, ChangingFlagsUpdatesNativeViewAccessible) | |