Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ax_platform_node_mac_unittest.h
Go to the documentation of this file.
1// Copyright 2015 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_MAC_UNITTEST_H_
6#define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_MAC_UNITTEST_H_
7
10
11namespace ui {
12
13// A test fixture that supports accessing the macOS-specific node
14// implementations for the AXTree under test.
16 public:
19
20 void SetUp() override;
21 void TearDown() override;
22
23 protected:
25};
26
27} // namespace ui
28
29#endif // UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_MAC_UNITTEST_H_
~AXPlatformNodeMacTest() override
AXPlatformNode * AXPlatformNodeFromNode(AXNode *node)