#include "ui/views/accessibility/view_ax_platform_node_delegate_auralinux.h"
#include <atk/atk.h>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "base/test/gtest_util.h"
#include "ui/accessibility/platform/ax_platform_for_test.h"
#include "ui/accessibility/platform/ax_platform_node.h"
#include "ui/views/controls/textfield/textfield.h"
#include "ui/views/test/views_test_base.h"
namespace views::test {
class ViewAXPlatformNodeDelegateAuraLinuxTest : public ViewsTestBase { … };
TEST_F(ViewAXPlatformNodeDelegateAuraLinuxTest, TextfieldAccessibility) { … }
TEST_F(ViewAXPlatformNodeDelegateAuraLinuxTest,
ExpandedChangedNotFiredOnNonExpandableViews) { … }
TEST_F(ViewAXPlatformNodeDelegateAuraLinuxTest, AuraChildWidgets) { … }
TEST_F(ViewAXPlatformNodeDelegateAuraLinuxTest, IndexInParent) { … }
}