Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
FlutterPlatformViewsTest.mm File Reference
import <OCMock/OCMock.h>
import <UIKit/UIKit.h>
import <XCTest/XCTest.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/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.

Classes

class  FlutterPlatformViewsTestMockPlatformView
 
class  FlutterPlatformViewsTestMockFlutterPlatformView
 
class  FlutterPlatformViewsTestMockFlutterPlatformFactory
 
class  FlutterPlatformViewsTest
 

Namespaces

namespace  flutter
 

Variables

static __weak FlutterPlatformViewsTestMockPlatformViewgMockPlatformView = nil
 
const float kFloatCompareEpsilon = 0.001
 

Variable Documentation

◆ gMockPlatformView

__weak FlutterPlatformViewsTestMockPlatformView* gMockPlatformView = nil
static

Definition at line 20 of file FlutterPlatformViewsTest.mm.

◆ kFloatCompareEpsilon

const float kFloatCompareEpsilon = 0.001

Definition at line 21 of file FlutterPlatformViewsTest.mm.