#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponder.h"
#include <Carbon/Carbon.h>
#import <Foundation/Foundation.h>
#include "flutter/shell/platform/embedder/test_utils/key_codes.g.h"
#include "flutter/testing/autoreleasepool_test.h"
#include "flutter/testing/testing.h"
#include "third_party/googletest/googletest/include/gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | FakeMessageChannel |
Namespaces | |
flutter | |
flutter::testing | |
Typedefs | |
using | flutter::testing::FlutterChannelKeyResponderTest = AutoreleasePoolTest |
Functions | |
flutter::testing::TEST_F (FlutterChannelKeyResponderTest, BasicKeyEvent) | |
flutter::testing::TEST_F (FlutterChannelKeyResponderTest, EmptyResponseIsTakenAsHandled) | |
flutter::testing::TEST_F (FlutterChannelKeyResponderTest, FollowsLayoutMap) | |