Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Macros | Variables
FlutterEmbedderKeyResponderTest.mm File Reference
import <Foundation/Foundation.h>
import <OCMock/OCMock.h>
import <XCTest/XCTest.h>
#include <_types/_uint64_t.h>
import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.h"
import "flutter/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h"
#include "flutter/shell/platform/embedder/embedder.h"
#include "flutter/shell/platform/embedder/test_utils/key_codes.g.h"

Go to the source code of this file.

Classes

class  TestKeyEvent
 
class  FlutterEmbedderKeyResponderTest
 

Macros

#define XCTAssertStrEqual(value, expected)
 

Variables

 FLUTTER_ASSERT_ARC
 

Macro Definition Documentation

◆ XCTAssertStrEqual

#define XCTAssertStrEqual (   value,
  expected 
)
Value:
XCTAssertTrue(strcmp(value, expected) == 0, \
@"String \"%s\" not equal to the expected value of \"%s\"", value, expected)
struct MyStruct s

Definition at line 22 of file FlutterEmbedderKeyResponderTest.mm.

Variable Documentation

◆ FLUTTER_ASSERT_ARC

FLUTTER_ASSERT_ARC

Definition at line 20 of file FlutterEmbedderKeyResponderTest.mm.