Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
FlutterTextInputPluginTest.mm File Reference
import "flutter/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h"
import <OCMock/OCMock.h>
import <XCTest/XCTest.h>
import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"
import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h"
import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h"
import "flutter/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.h"

Go to the source code of this file.

Classes

class  FlutterTextInputViewSpy
 
class  FlutterSecureTextInputView
 
class  FlutterTextInputPluginTest
 

Variables

NSDictionary * _passwordTemplate
 
id engine
 
FlutterTextInputPlugintextInputPlugin
 
FlutterViewControllerviewController
 

Variable Documentation

◆ _passwordTemplate

NSDictionary* _passwordTemplate
Initial value:
{
NSDictionary* _template

Definition at line 88 of file FlutterTextInputPluginTest.mm.

◆ engine

id engine

Definition at line 89 of file FlutterTextInputPluginTest.mm.

◆ textInputPlugin

FlutterTextInputPlugin* textInputPlugin

Definition at line 90 of file FlutterTextInputPluginTest.mm.

◆ viewController

FlutterViewController* viewController

Definition at line 92 of file FlutterTextInputPluginTest.mm.