#include "flutter/shell/common/engine.h"
#include <cstring>
#include "flutter/runtime/dart_vm_lifecycle.h"
#include "flutter/shell/common/thread_host.h"
#include "flutter/testing/fixture_test.h"
#include "flutter/testing/testing.h"
#include "fml/mapping.h"
#include "gmock/gmock.h"
#include "lib/ui/text/font_collection.h"
#include "rapidjson/document.h"
#include "rapidjson/stringbuffer.h"
#include "rapidjson/writer.h"
#include "runtime/isolate_configuration.h"
#include "shell/common/run_configuration.h"
Go to the source code of this file.
|
| flutter::TEST_F (EngineTest, Create) |
|
| flutter::TEST_F (EngineTest, DispatchPlatformMessageUnknown) |
|
| flutter::TEST_F (EngineTest, DispatchPlatformMessageInitialRoute) |
|
| flutter::TEST_F (EngineTest, DispatchPlatformMessageInitialRouteIgnored) |
|
| flutter::TEST_F (EngineTest, SpawnSharesFontLibrary) |
|
| flutter::TEST_F (EngineTest, SpawnWithCustomInitialRoute) |
|
| flutter::TEST_F (EngineTest, SpawnWithCustomSettings) |
|
| flutter::TEST_F (EngineTest, PassesLoadDartDeferredLibraryErrorToRuntime) |
|
| flutter::TEST_F (EngineTest, SpawnedEngineInheritsAssetManager) |
|
| flutter::TEST_F (EngineTest, UpdateAssetManagerWithEqualManagers) |
|
◆ animator_
std::unique_ptr<Animator> animator_ |
|
protected |
◆ delegate_
◆ dispatcher_maker_
PointerDataDispatcherMaker dispatcher_maker_ |
|
protected |
◆ image_decoder_task_runner_
◆ io_manager_
◆ mapping_call_count
size_t mapping_call_count = 0u |
|
mutable |
◆ runtime_controller_
std::unique_ptr<RuntimeController> runtime_controller_ |
|
protected |
◆ settings_
◆ snapshot_delegate_
◆ task_runners_
TaskRunners task_runners_ |
|
protected |
◆ thread_host_