#include <cstddef>#include <memory>#include "flutter/common/task_runners.h"#include "flutter/fml/synchronization/waitable_event.h"#include "flutter/lib/ui/painting/vertices.h"#include "flutter/lib/ui/window/platform_configuration.h"#include "flutter/runtime/dart_vm.h"#include "flutter/shell/common/shell_test.h"#include "flutter/shell/common/thread_host.h"#include "flutter/testing/testing.h"#include "gmock/gmock.h"#include "googletest/googletest/include/gtest/gtest.h"#include "third_party/dart/runtime/include/dart_api.h"#include "tonic/converter/dart_converter.h"Go to the source code of this file.
Classes | |
| class | flutter::testing::PlatformConfigurationTest |
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Macros | |
| #define | FML_USED_ON_EMBEDDER |
Functions | |
| flutter::testing::TEST_F (PlatformConfigurationTest, Initialization) | |
| flutter::testing::TEST_F (PlatformConfigurationTest, WindowMetricsUpdate) | |
| flutter::testing::TEST_F (PlatformConfigurationTest, GetWindowReturnsNullForNonexistentId) | |
| flutter::testing::TEST_F (PlatformConfigurationTest, OnErrorHandlesError) | |
| flutter::testing::TEST_F (PlatformConfigurationTest, OnErrorDoesNotHandleError) | |
| flutter::testing::TEST_F (PlatformConfigurationTest, OnErrorThrows) | |
| flutter::testing::TEST_F (PlatformConfigurationTest, SetDartPerformanceMode) | |
| flutter::testing::TEST_F (PlatformConfigurationTest, BeginFrameMonotonic) | |
| #define FML_USED_ON_EMBEDDER |
Definition at line 5 of file platform_configuration_unittests.cc.