#include <functional>#include "flutter/fml/macros.h"#include "flutter/fml/message_loop.h"#include "flutter/fml/synchronization/waitable_event.h"#include "flutter/lib/ui/semantics/semantics_node.h"#include "flutter/shell/platform/embedder/embedder.h"#include "flutter/shell/platform/embedder/tests/embedder_config_builder.h"#include "flutter/testing/testing.h"#include "third_party/tonic/converter/dart_converter.h"#include "gmock/gmock.h"#include "gtest/gtest.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Macros | |
| #define | FML_USED_ON_EMBEDDER |
Typedefs | |
| using | flutter::testing::EmbedderA11yTest = testing::EmbedderTest |
Functions | |
| flutter::testing::TEST_F (EmbedderTest, CannotProvideMultipleSemanticsCallbacks) | |
| flutter::testing::TEST_F (EmbedderA11yTest, A11yTreeIsConsistentUsingV3Callbacks) | |
| flutter::testing::TEST_F (EmbedderA11yTest, A11yStringAttributes) | |
| flutter::testing::TEST_F (EmbedderA11yTest, A11yTreeIsConsistentUsingV2Callbacks) | |
| flutter::testing::TEST_F (EmbedderA11yTest, A11yTreeIsConsistentUsingV1Callbacks) | |
| flutter::testing::TEST_F (EmbedderA11yTest, A11yTreesAreConsistentWithMultipleViews) | |
Variables | |
| static constexpr char | flutter::testing::kTooltip [] = "tooltip" |
| #define FML_USED_ON_EMBEDDER |
Definition at line 7 of file embedder_a11y_unittests.cc.