Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
FlutterViewControllerTest.mm File Reference
import <OCMock/OCMock.h>
import <XCTest/XCTest.h>
#include "flutter/fml/platform/darwin/message_loop_darwin.h"
import "flutter/lib/ui/window/platform_configuration.h"
#include "flutter/lib/ui/window/pointer_data.h"
import "flutter/lib/ui/window/viewport_metrics.h"
import "flutter/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h"
import "flutter/shell/platform/darwin/common/framework/Headers/FlutterHourFormat.h"
import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"
import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Internal.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine+TaskRunners.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate_internal.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterSharedApplication.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterView.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController_Internal.h"
import "flutter/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.h"
import "flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h"
import "flutter/shell/platform/embedder/embedder.h"
import "flutter/testing/ios/IosUnitTests/App/AppDelegate.h"
import "flutter/third_party/spring_animation/spring_animation.h"

Go to the source code of this file.

Classes

category  FlutterKeyboardInsetManager(Test)
 
class  FakeFlutterKeyboardInsetManager
 
class  TestKeyboardInsetDelegate
 
class  FlutterEnginePartialMock
 
category  FlutterEngine(TestLowMemory)
 
class  MockEngine
 
category  FlutterKeyboardManager(Tests)
 
category  FlutterEmbedderKeyResponder(Tests)
 
category  NSObject(Tests)
 
category  FlutterViewController(Tests)
 
class  FlutterViewControllerTest
 

Typedefs

typedef void(^ FlutterKeyboardAnimationCallback) (NSTimeInterval targetTime)
 

Variables

NSNotificationName const FlutterViewControllerWillDealloc
 

Typedef Documentation

◆ FlutterKeyboardAnimationCallback

typedef void(^ FlutterKeyboardAnimationCallback) (NSTimeInterval targetTime)

Definition at line 36 of file FlutterViewControllerTest.mm.

Variable Documentation

◆ FlutterViewControllerWillDealloc

NSNotificationName const FlutterViewControllerWillDealloc
extern

Definition at line 49 of file FlutterViewController.mm.