#include <memory>#import <OCMock/OCMock.h>#import <XCTest/XCTest.h>#include "flutter/fml/message_loop.h"#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h"#import "flutter/shell/platform/darwin/ios/platform_view_ios.h"Go to the source code of this file.
Classes | |
| class | FlutterEnginePlatformViewTest |
Namespaces | |
| flutter | |
Macros | |
| #define | FML_USED_ON_EMBEDDER |
Variables | |
| std::unique_ptr< flutter::PlatformViewIOS > | platform_view |
| std::unique_ptr< fml::WeakPtrFactory< flutter::PlatformView > > | weak_factory |
| flutter::FakeDelegate | fake_delegate |
| #define FML_USED_ON_EMBEDDER |
Definition at line 6 of file FlutterEnginePlatformViewTest.mm.
| flutter::FakeDelegate fake_delegate |
Definition at line 70 of file FlutterEnginePlatformViewTest.mm.
Referenced by flutter::testing::TEST().
| std::unique_ptr<flutter::PlatformViewIOS> platform_view |
Definition at line 68 of file FlutterEnginePlatformViewTest.mm.
| flutter::Settings settings_ |
Definition at line 58 of file FlutterEnginePlatformViewTest.mm.
Referenced by FlutterTextInputPlugin()::addToInputParentViewIfNeeded:.
| std::unique_ptr<fml::WeakPtrFactory<flutter::PlatformView> > weak_factory |
Definition at line 69 of file FlutterEnginePlatformViewTest.mm.