#import <OCMock/OCMock.h>
#import <UIKit/UIKit.h>
#import <WebKit/WebKit.h>
#import <XCTest/XCTest.h>
#include "fml/synchronization/count_down_latch.h"
#include "shell/platform/darwin/ios/framework/Source/platform_views_controller.h"
#import "flutter/fml/thread.h"
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"
#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h"
#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h"
#import "flutter/shell/platform/darwin/ios/platform_view_ios.h"
Go to the source code of this file.
Namespaces | |
flutter | |
Variables | |
static __weak UIView * | gMockPlatformView = nil |
const float | kFloatCompareEpsilon = 0.001 |
|
static |
Definition at line 24 of file FlutterPlatformViewsTest.mm.
const float kFloatCompareEpsilon = 0.001 |
Definition at line 25 of file FlutterPlatformViewsTest.mm.