#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.h"
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterChannels.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/TestFlutterPlatformView.h"
#include "flutter/testing/testing.h"
Go to the source code of this file.
Namespaces | |
flutter | |
flutter::testing | |
Functions | |
flutter::testing::TEST (FlutterPlatformViewController, TestCreatePlatformViewNoMatchingViewType) | |
flutter::testing::TEST (FlutterPlatformViewController, TestRegisterPlatformViewFactoryAndCreate) | |
flutter::testing::TEST (FlutterPlatformViewController, TestCreateAndDispose) | |
flutter::testing::TEST (FlutterPlatformViewController, TestDisposeOnMissingViewId) | |
flutter::testing::TEST (FlutterPlatformViewController, TestAcceptGesture) | |
flutter::testing::TEST (FlutterPlatformViewController, TestAcceptGestureOnMissingViewId) | |
flutter::testing::TEST (FlutterPlatformViewController, TestRejectGesture) | |
flutter::testing::TEST (FlutterPlatformViewController, TestRejectGestureOnMissingViewId) | |