Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
engine_unittests.cc File Reference
#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.

Namespaces

namespace  flutter
 

Functions

 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)
 

Variable Documentation

◆ animator_

std::unique_ptr<Animator> animator_
protected

Definition at line 230 of file engine_unittests.cc.

◆ delegate_

MockDelegate delegate_
protected

Definition at line 225 of file engine_unittests.cc.

◆ dispatcher_maker_

PointerDataDispatcherMaker dispatcher_maker_
protected

Definition at line 226 of file engine_unittests.cc.

◆ image_decoder_task_runner_

std::shared_ptr<fml::ConcurrentTaskRunner> image_decoder_task_runner_
protected

Definition at line 233 of file engine_unittests.cc.

◆ io_manager_

fml::WeakPtr<IOManager> io_manager_
protected

Definition at line 231 of file engine_unittests.cc.

◆ mapping_call_count

size_t mapping_call_count = 0u
mutable

Definition at line 38 of file engine_unittests.cc.

◆ runtime_controller_

std::unique_ptr<RuntimeController> runtime_controller_
protected

Definition at line 232 of file engine_unittests.cc.

◆ settings_

Settings settings_
protected

Definition at line 229 of file engine_unittests.cc.

◆ snapshot_delegate_

fml::TaskRunnerAffineWeakPtr<SnapshotDelegate> snapshot_delegate_
protected

Definition at line 234 of file engine_unittests.cc.

◆ task_runners_

TaskRunners task_runners_
protected

Definition at line 228 of file engine_unittests.cc.

◆ thread_host_

ThreadHost thread_host_
protected

Definition at line 227 of file engine_unittests.cc.