Classes | |
| class | FlutterEngineTest |
Functions | |
| TEST (AccessibilityBridgeMacTest, SendsAccessibilityCreateNotificationToWindowOfFlutterView) | |
| TEST (AccessibilityBridgeMacTest, NonZeroRootNodeId) | |
| TEST (AccessibilityBridgeMacTest, DoesNotSendAccessibilityCreateNotificationWhenHeadless) | |
| TEST (AccessibilityBridgeMacTest, DoesNotSendAccessibilityCreateNotificationWhenNoWindow) | |
| TEST (FlutterAppDelegateTest, DoesNotCallDelegatesWithoutHandler) | |
| TEST (FlutterAppDelegateTest, ReceivesOpenURLs) | |
| TEST (FlutterAppDelegateTest, OperURLsStopsAfterHandled) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToWillFinishLaunching) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToDidFinishLaunching) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToWillBecomeActive) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToDidBecomeActive) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToWillResignActive) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToDidResignActive) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToWillTerminate) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToWillHide) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToWillUnhide) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToDidHide) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToDidUnhide) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToDidChangeScreenParameters) | |
| TEST (FlutterAppLifecycleDelegateTest, RespondsToDidChangeOcclusionState) | |
| TEST (FlutterChannelKeyResponderUnittests, BasicKeyEvent) | |
| TEST (FlutterChannelKeyResponderUnittests, EmptyResponseIsTakenAsHandled) | |
| TEST (FlutterChannelKeyResponderUnittests, FollowsLayoutMap) | |
| TEST (FlutterCompositorTest, TestCreate) | |
| TEST (FlutterCompositorTest, TestPresent) | |
| TEST (FlutterEmbedderExternalTextureUnittests, TestTextureResolution) | |
| TEST (FlutterEmbedderExternalTextureUnittests, TestPopulateExternalTexture) | |
| TEST (FlutterEmbedderExternalTextureUnittests, TestPopulateExternalTextureYUVA) | |
| TEST (FlutterEmbedderExternalTextureUnittests, TestPopulateExternalTextureYUVA2) | |
| TEST (FlutterEmbedderKeyResponderUnittests, BasicKeyEvent) | |
| TEST (FlutterEmbedderKeyResponderUnittests, NonAsciiCharacters) | |
| TEST (FlutterEmbedderKeyResponderUnittests, MultipleCharacters) | |
| TEST (FlutterEmbedderKeyResponderUnittests, SynthesizeForDuplicateDownEvent) | |
| TEST (FlutterEmbedderKeyResponderUnittests, IgnoreDuplicateUpEvent) | |
| TEST (FlutterEmbedderKeyResponderUnittests, ConvertAbruptRepeatEventsToDown) | |
| TEST (FlutterEmbedderKeyResponderUnittests, ToggleModifiersDuringKeyTap) | |
| TEST (FlutterEmbedderKeyResponderUnittests, SpecialModiferFlags) | |
| TEST (FlutterEmbedderKeyResponderUnittests, IdentifyLeftAndRightModifiers) | |
| TEST (FlutterEmbedderKeyResponderUnittests, SynthesizeMissedModifierEvents) | |
| TEST (FlutterEmbedderKeyResponderUnittests, SynthesizeMissedModifierEventsInNormalEvents) | |
| TEST (FlutterEmbedderKeyResponderUnittests, ConvertCapsLockEvents) | |
| TEST (FlutterEmbedderKeyResponderUnittests, SynchronizeCapsLockStateOnCapsLock) | |
| TEST (FlutterEmbedderKeyResponderUnittests, SynchronizeCapsLockStateOnNormalKey) | |
| TEST_F (FlutterEngineTest, CanLaunch) | |
| TEST_F (FlutterEngineTest, HasNonNullExecutableName) | |
| TEST_F (FlutterEngineTest, Switches) | |
| TEST_F (FlutterEngineTest, MessengerSend) | |
| TEST_F (FlutterEngineTest, CanLogToStdout) | |
| TEST_F (FlutterEngineTest, DISABLED_BackgroundIsBlack) | |
| TEST_F (FlutterEngineTest, DISABLED_CanOverrideBackgroundColor) | |
| TEST_F (FlutterEngineTest, CanToggleAccessibility) | |
| TEST_F (FlutterEngineTest, CanToggleAccessibilityWhenHeadless) | |
| TEST_F (FlutterEngineTest, ProducesAccessibilityTreeWhenAddingViews) | |
| TEST_F (FlutterEngineTest, NativeCallbacks) | |
| TEST_F (FlutterEngineTest, Compositor) | |
| TEST_F (FlutterEngineTest, DartEntrypointArguments) | |
| TEST_F (FlutterEngineTest, FlutterBinaryMessengerDoesNotRetainEngine) | |
| TEST_F (FlutterEngineTest, FlutterTextureRegistryDoesNotReturnEngine) | |
| TEST_F (FlutterEngineTest, PublishedValueNilForUnknownPlugin) | |
| TEST_F (FlutterEngineTest, PublishedValueNSNullIfNoPublishedValue) | |
| TEST_F (FlutterEngineTest, PublishedValueReturnsLastPublished) | |
| TEST_F (FlutterEngineTest, MessengerCleanupConnectionWorks) | |
| TEST_F (FlutterEngineTest, HasStringsWhenPasteboardEmpty) | |
| TEST_F (FlutterEngineTest, HasStringsWhenPasteboardFull) | |
| TEST_F (FlutterEngineTest, ResponseAfterEngineDied) | |
| TEST_F (FlutterEngineTest, ResponseFromBackgroundThread) | |
| TEST_F (FlutterEngineTest, ThreadSynchronizerNotBlockingRasterThreadAfterShutdown) | |
| TEST_F (FlutterEngineTest, ManageControllersIfInitiatedByController) | |
| TEST_F (FlutterEngineTest, ManageControllersIfInitiatedByEngine) | |
| TEST_F (FlutterEngineTest, HandlesTerminationRequest) | |
| TEST_F (FlutterEngineTest, IgnoresTerminationRequestIfNotFlutterAppDelegate) | |
| TEST_F (FlutterEngineTest, HandleAccessibilityEvent) | |
| TEST_F (FlutterEngineTest, HandleLifecycleStates) API_AVAILABLE(macos(10.9)) | |
| TEST_F (FlutterEngineTest, ForwardsPluginDelegateRegistration) | |
| TEST_F (FlutterEngineTest, UnregistersPluginsOnEngineDestruction) | |
| id | CreateMockFlutterEngine (NSString *pasteboardString) |
| TEST (FlutterKeyboardManagerUnittests, SinglePrimaryResponder) | |
| TEST (FlutterKeyboardManagerUnittests, DoublePrimaryResponder) | |
| TEST (FlutterKeyboardManagerUnittests, SingleFinalResponder) | |
| TEST (FlutterKeyboardManagerUnittests, EmptyNextResponder) | |
| TEST (FlutterKeyboardManagerUnittests, GetPressedState) | |
| TEST (FlutterKeyboardManagerUnittests, KeyboardChannelGetPressedState) | |
| TEST (FlutterKeyboardManagerUnittests, RacingConditionBetweenKeyAndText) | |
| TEST (FlutterKeyboardManagerUnittests, CorrectLogicalKeyForLayouts) | |
| TEST (FlutterMenuPluginTest, TestSetMenu) | |
| TEST (FlutterPlatformNodeDelegateMac, Basics) | |
| TEST (FlutterPlatformNodeDelegateMac, SelectableTextHasCorrectSemantics) | |
| TEST (FlutterPlatformNodeDelegateMac, SelectableTextWithoutSelectionReturnZeroRange) | |
| TEST (FlutterPlatformNodeDelegateMac, CanPerformAction) | |
| TEST (FlutterPlatformNodeDelegateMac, TextFieldUsesFlutterTextField) | |
| TEST (FlutterPlatformViewController, TestCreatePlatformViewNoMatchingViewType) | |
| TEST (FlutterPlatformViewController, TestRegisterPlatformViewFactoryAndCreate) | |
| TEST (FlutterPlatformViewController, TestCreateAndDispose) | |
| TEST (FlutterPlatformViewController, TestDisposeOnMissingViewId) | |
| static FlutterSurfaceManager * | CreateSurfaceManager (TestView *testView) |
| static FlutterSurfacePresentInfo * | CreatePresentInfo (FlutterSurface *surface, CGPoint offset=CGPointZero, size_t index=0, const std::vector< FlutterRect > &paintRegion={}) |
| TEST (FlutterSurfaceManager, MetalTextureSizeMatchesSurfaceSize) | |
| TEST (FlutterSurfaceManager, TestSurfaceLookupFromTexture) | |
| TEST (FlutterSurfaceManager, BackBufferCacheDoesNotLeak) | |
| TEST (FlutterSurfaceManager, SurfacesAreRecycled) | |
| bool | operator== (const CGRect &lhs, const CGRect &rhs) |
| TEST (FlutterSurfaceManager, LayerManagement) | |
| TEST (FlutterTextInputPluginTest, TestEmptyCompositionRange) | |
| TEST (FlutterTextInputPluginTest, TestSetMarkedTextWithSelectionChange) | |
| TEST (FlutterTextInputPluginTest, TestSetMarkedTextWithReplacementRange) | |
| TEST (FlutterTextInputPluginTest, TestComposingRegionRemovedByFramework) | |
| TEST (FlutterTextInputPluginTest, TestClearClientDuringComposing) | |
| TEST (FlutterTextInputPluginTest, TestAutocompleteDisabledWhenAutofillNotSet) | |
| TEST (FlutterTextInputPluginTest, TestAutocompleteEnabledWhenAutofillSet) | |
| TEST (FlutterTextInputPluginTest, TestAutocompleteEnabledWhenAutofillSetNoHint) | |
| TEST (FlutterTextInputPluginTest, TestAutocompleteDisabledWhenObscureTextSet) | |
| TEST (FlutterTextInputPluginTest, TestAutocompleteDisabledWhenPasswordAutofillSet) | |
| TEST (FlutterTextInputPluginTest, TestAutocompleteDisabledWhenAutofillGroupIncludesPassword) | |
| TEST (FlutterTextInputPluginTest, TestFirstRectForCharacterRange) | |
| TEST (FlutterTextInputPluginTest, TestFirstRectForCharacterRangeAtInfinity) | |
| TEST (FlutterTextInputPluginTest, TestFirstRectForCharacterRangeWithEsotericAffineTransform) | |
| TEST (FlutterTextInputPluginTest, TestSetEditingStateWithTextEditingDelta) | |
| TEST (FlutterTextInputPluginTest, TestOperationsThatTriggerDelta) | |
| TEST (FlutterTextInputPluginTest, TestComposingWithDelta) | |
| TEST (FlutterTextInputPluginTest, testComposingWithDeltasWhenSelectionIsActive) | |
| TEST (FlutterTextInputPluginTest, TestLocalTextAndSelectionUpdateAfterDelta) | |
| TEST (FlutterTextInputPluginTest, TestPerformKeyEquivalent) | |
| TEST (FlutterTextInputPluginTest, HandleArrowKeyWhenImePopoverIsActive) | |
| TEST (FlutterTextInputPluginTest, UnhandledKeyEquivalent) | |
| TEST (FlutterTextInputPluginTest, TestSelectorsAreForwardedToFramework) | |
| TEST (FlutterTextInputPluginTest, TestInsertNewLine) | |
| TEST (FlutterTextInputPluginTest, TestSendActionDoNotInsertNewLine) | |
| TEST (FlutterTextInputPluginTest, CanWorkWithFlutterTextField) | |
| TEST (FlutterTextInputPluginTest, CanNotBecomeResponderIfNoViewController) | |
| TEST (FlutterTextInputPluginTest, IsAddedAndRemovedFromViewHierarchy) | |
| TEST (FlutterTextInputPluginTest, HasZeroSizeAndClipsToBounds) | |
| TEST (FlutterTextInputSemanticsObjectTest, DoesInitialize) | |
| TEST (FlutterViewController, HasViewThatHidesOtherViewsInAccessibility) | |
| TEST (FlutterViewController, FlutterViewAcceptsFirstMouse) | |
| TEST (FlutterViewController, ReparentsPluginWhenAccessibilityDisabled) | |
| TEST (FlutterViewController, CanSetMouseTrackingModeBeforeViewLoaded) | |
| TEST (FlutterViewControllerTest, TestKeyEventsAreSentToFramework) | |
| TEST (FlutterViewControllerTest, TestKeyEventsArePropagatedIfNotHandled) | |
| TEST (FlutterViewControllerTest, TestKeyEventsAreNotPropagatedIfHandled) | |
| TEST (FlutterViewControllerTest, TestCtrlTabKeyEventIsPropagated) | |
| TEST (FlutterViewControllerTest, TestKeyEquivalentIsPassedToTextInputPlugin) | |
| TEST (FlutterViewControllerTest, TestFlagsChangedEventsArePropagatedIfNotHandled) | |
| TEST (FlutterViewControllerTest, TestKeyboardIsRestartedOnEngineRestart) | |
| TEST (FlutterViewControllerTest, TestTrackpadGesturesAreSentToFramework) | |
| TEST (FlutterViewControllerTest, TestMouseDownUpEventsSentToNextResponder) | |
| TEST (FlutterViewControllerTest, TestModifierKeysAreSynthesizedOnMouseMove) | |
| TEST (FlutterViewControllerTest, testViewWillAppearCalledMultipleTimes) | |
| TEST (FlutterViewControllerTest, testFlutterViewIsConfigured) | |
| TEST (FlutterViewControllerTest, testLookupKeyAssets) | |
| TEST (FlutterViewControllerTest, testLookupKeyAssetsWithPackage) | |
| TEST (FlutterViewControllerTest, testViewControllerIsReleased) | |
| id | CreateMockViewController () |
| TEST (FlutterViewEngineProviderUnittests, GetViewReturnsTheCorrectView) | |
| FlutterSemanticsNode2 | CreateSemanticsNode (int32_t id, const char *label, const std::vector< int32_t > *children=nullptr) |
| TEST (AccessibilityBridgeTest, BasicTest) | |
| TEST (AccessibilityBridgeTest, AccessibilityRootId) | |
| TEST (AccessibilityBridgeTest, AddOrder) | |
| TEST (AccessibilityBridgeTest, CanFireChildrenChangedCorrectly) | |
| TEST (AccessibilityBridgeTest, CanHandleSelectionChangeCorrectly) | |
| TEST (AccessibilityBridgeTest, DoesNotAssignEditableRootToSelectableText) | |
| TEST (AccessibilityBridgeTest, ToggleHasToggleButtonRole) | |
| TEST (AccessibilityBridgeTest, SliderHasSliderRole) | |
| TEST (AccessibilityBridgeTest, CanSetCheckboxChecked) | |
| TEST (AccessibilityBridgeTest, CanReparentNode) | |
| TEST (AccessibilityBridgeTest, CanReparentMultipleNodes) | |
| TEST (AccessibilityBridgeTest, CanReparentNodeWithChild) | |
| TEST (AccessibilityBridgeTest, AXTreeManagerTest) | |
| TEST (AccessibilityBridgeTest, LineBreakingObjectTest) | |
| TEST (FlutterPlatformNodeDelegateTest, NodeDelegateHasUniqueId) | |
| TEST (FlutterPlatformNodeDelegateTest, canPerfomActions) | |
| TEST (FlutterPlatformNodeDelegateTest, canGetAXNode) | |
| TEST (FlutterPlatformNodeDelegateTest, canCalculateBoundsCorrectly) | |
| TEST (FlutterPlatformNodeDelegateTest, canCalculateOffScreenBoundsCorrectly) | |
| TEST (FlutterPlatformNodeDelegateTest, canUseOwnerBridge) | |
| TEST (FlutterPlatformNodeDelegateTest, selfIsLowestPlatformAncestor) | |
| TEST (FlutterPlatformNodeDelegateTest, canGetFromNodeID) | |
| id flutter::testing::CreateMockFlutterEngine | ( | NSString * | pasteboardString | ) |
Definition at line 47 of file FlutterEngineTestUtils.mm.
Referenced by TEST(), TEST_F(), FlutterInputPluginTestObjc::testClearClientDuringComposing, FlutterViewControllerTestObjC::testCtrlTabKeyEventIsPropagated, FlutterInputPluginTestObjc::testEmptyCompositionRange, FlutterViewControllerTestObjC::testFlagsChangedEventsArePropagatedIfNotHandled, FlutterViewControllerTestObjC::testFlutterViewIsConfigured, FlutterViewControllerTestObjC::testKeyboardIsRestartedOnEngineRestart, FlutterViewControllerTestObjC::testKeyEquivalentIsPassedToTextInputPlugin, FlutterViewControllerTestObjC::testKeyEventsAreNotPropagatedIfHandled, FlutterViewControllerTestObjC::testKeyEventsArePropagatedIfNotHandled, FlutterViewControllerTestObjC::testKeyEventsAreSentToFramework, FlutterViewControllerTestObjC::testModifierKeysAreSynthesizedOnMouseMove, FlutterViewControllerTestObjC::testMouseDownUpEventsSentToNextResponder, FlutterViewControllerTestObjC::testTrackpadGesturesAreSentToFramework, FlutterViewControllerTestObjC::testViewControllerIsReleased, and FlutterViewControllerTestObjC::testViewWillAppearCalledMultipleTimes.
| id flutter::testing::CreateMockViewController | ( | ) |
|
static |
Definition at line 52 of file FlutterSurfaceManagerTest.mm.
| FlutterSemanticsNode2 flutter::testing::CreateSemanticsNode | ( | int32_t | id, |
| const char * | label, | ||
| const std::vector< int32_t > * | children = nullptr |
||
| ) |
|
static |
|
inline |
Definition at line 167 of file FlutterSurfaceManagerTest.mm.
| flutter::testing::TEST | ( | AccessibilityBridgeMacTest | , |
| DoesNotSendAccessibilityCreateNotificationWhenHeadless | |||
| ) |
Definition at line 192 of file AccessibilityBridgeMacTest.mm.
References FlutterViewController::engine, and FlutterEngine::shutDownEngine.
| flutter::testing::TEST | ( | AccessibilityBridgeMacTest | , |
| DoesNotSendAccessibilityCreateNotificationWhenNoWindow | |||
| ) |
Definition at line 238 of file AccessibilityBridgeMacTest.mm.
References FlutterViewController::engine, and FlutterEngine::shutDownEngine.
| flutter::testing::TEST | ( | AccessibilityBridgeMacTest | , |
| NonZeroRootNodeId | |||
| ) |
Definition at line 122 of file AccessibilityBridgeMacTest.mm.
References FlutterViewController::engine, and FlutterEngine::shutDownEngine.
| flutter::testing::TEST | ( | AccessibilityBridgeMacTest | , |
| SendsAccessibilityCreateNotificationToWindowOfFlutterView | |||
| ) |
Definition at line 61 of file AccessibilityBridgeMacTest.mm.
References FlutterViewController::engine, and FlutterEngine::shutDownEngine.
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| AccessibilityRootId | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| AddOrder | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| AXTreeManagerTest | |||
| ) |
Definition at line 546 of file accessibility_bridge_unittests.cc.
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| BasicTest | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| CanFireChildrenChangedCorrectly | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| CanHandleSelectionChangeCorrectly | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| CanReparentMultipleNodes | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| CanReparentNode | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| CanReparentNodeWithChild | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| CanSetCheckboxChecked | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| DoesNotAssignEditableRootToSelectableText | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| LineBreakingObjectTest | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| SliderHasSliderRole | |||
| ) |
| flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
| ToggleHasToggleButtonRole | |||
| ) |
| flutter::testing::TEST | ( | FlutterAppDelegateTest | , |
| DoesNotCallDelegatesWithoutHandler | |||
| ) |
Definition at line 32 of file FlutterAppDelegateTest.mm.
References <FlutterAppLifecycleProvider>::addApplicationLifecycleDelegate:.
| flutter::testing::TEST | ( | FlutterAppDelegateTest | , |
| OperURLsStopsAfterHandled | |||
| ) |
Definition at line 57 of file FlutterAppDelegateTest.mm.
References <FlutterAppLifecycleProvider>::addApplicationLifecycleDelegate:, and AppDelegateNoopFlutterAppLifecycleDelegate::receivedURLs.
| flutter::testing::TEST | ( | FlutterAppDelegateTest | , |
| ReceivesOpenURLs | |||
| ) |
Definition at line 43 of file FlutterAppDelegateTest.mm.
References <FlutterAppLifecycleProvider>::addApplicationLifecycleDelegate:, and AppDelegateNoopFlutterAppLifecycleDelegate::receivedURLs.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToDidBecomeActive | |||
| ) |
Definition at line 109 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleDidBecomeActive:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToDidChangeOcclusionState | |||
| ) |
Definition at line 209 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleDidChangeOcclusionState:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToDidChangeScreenParameters | |||
| ) |
Definition at line 197 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleDidChangeScreenParameters:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToDidFinishLaunching | |||
| ) |
Definition at line 87 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleDidFinishLaunching:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToDidHide | |||
| ) |
Definition at line 175 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleDidHide:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToDidResignActive | |||
| ) |
Definition at line 131 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleDidResignActive:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToDidUnhide | |||
| ) |
Definition at line 186 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleDidUnhide:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToWillBecomeActive | |||
| ) |
Definition at line 98 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleWillBecomeActive:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToWillFinishLaunching | |||
| ) |
Definition at line 76 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleWillFinishLaunching:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToWillHide | |||
| ) |
Definition at line 153 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleWillHide:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToWillResignActive | |||
| ) |
Definition at line 120 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleWillResignActive:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToWillTerminate | |||
| ) |
Definition at line 142 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleWillTerminate:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterAppLifecycleDelegateTest | , |
| RespondsToWillUnhide | |||
| ) |
Definition at line 164 of file FlutterAppLifecycleDelegateTest.mm.
References FlutterAppLifecycleRegistrar::addDelegate:, <FlutterAppLifecycleDelegate>::handleWillUnhide:, and TestFlutterAppLifecycleDelegate::lastNotification.
| flutter::testing::TEST | ( | FlutterChannelKeyResponderUnittests | , |
| BasicKeyEvent | |||
| ) |
| flutter::testing::TEST | ( | FlutterChannelKeyResponderUnittests | , |
| EmptyResponseIsTakenAsHandled | |||
| ) |
| flutter::testing::TEST | ( | FlutterChannelKeyResponderUnittests | , |
| FollowsLayoutMap | |||
| ) |
Definition at line 242 of file FlutterChannelKeyResponderTest.mm.
References FlutterReply, and <FlutterKeyPrimaryResponder>::layoutMap.
| flutter::testing::TEST | ( | FlutterCompositorTest | , |
| TestCreate | |||
| ) |
Definition at line 88 of file FlutterCompositorTest.mm.
| flutter::testing::TEST | ( | FlutterCompositorTest | , |
| TestPresent | |||
| ) |
| flutter::testing::TEST | ( | FlutterEmbedderExternalTextureUnittests | , |
| TestPopulateExternalTexture | |||
| ) |
Definition at line 128 of file FlutterEmbedderExternalTextureTest.mm.
References FlutterExternalTexture::populateTexture:, and texture_id.
| flutter::testing::TEST | ( | FlutterEmbedderExternalTextureUnittests | , |
| TestPopulateExternalTextureYUVA | |||
| ) |
Definition at line 181 of file FlutterEmbedderExternalTextureTest.mm.
References FlutterExternalTexture::populateTexture:, and texture_id.
| flutter::testing::TEST | ( | FlutterEmbedderExternalTextureUnittests | , |
| TestPopulateExternalTextureYUVA2 | |||
| ) |
Definition at line 236 of file FlutterEmbedderExternalTextureTest.mm.
References FlutterExternalTexture::populateTexture:, and texture_id.
| flutter::testing::TEST | ( | FlutterEmbedderExternalTextureUnittests | , |
| TestTextureResolution | |||
| ) |
Definition at line 69 of file FlutterEmbedderExternalTextureTest.mm.
References texture_id.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| BasicKeyEvent | |||
| ) |
Definition at line 119 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:, and TestKeyEvent::hasCallback.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| ConvertAbruptRepeatEventsToDown | |||
| ) |
Definition at line 398 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| ConvertCapsLockEvents | |||
| ) |
Definition at line 1053 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:, and TestKeyEvent::hasCallback.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| IdentifyLeftAndRightModifiers | |||
| ) |
Definition at line 693 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| IgnoreDuplicateUpEvent | |||
| ) |
Definition at line 368 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:, and TestKeyEvent::hasCallback.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| MultipleCharacters | |||
| ) |
Definition at line 268 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| NonAsciiCharacters | |||
| ) |
Definition at line 198 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| SpecialModiferFlags | |||
| ) |
Definition at line 545 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| SynchronizeCapsLockStateOnCapsLock | |||
| ) |
Definition at line 1132 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:, and TestKeyEvent::hasCallback.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| SynchronizeCapsLockStateOnNormalKey | |||
| ) |
Definition at line 1166 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:, and TestKeyEvent::hasCallback.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| SynthesizeForDuplicateDownEvent | |||
| ) |
Definition at line 309 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| SynthesizeMissedModifierEvents | |||
| ) |
Definition at line 775 of file FlutterEmbedderKeyResponderTest.mm.
References TestKeyEvent::data, <FlutterKeyPrimaryResponder>::handleEvent:callback:, and TestKeyEvent::hasCallback.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| SynthesizeMissedModifierEventsInNormalEvents | |||
| ) |
Definition at line 979 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:, and TestKeyEvent::hasCallback.
| flutter::testing::TEST | ( | FlutterEmbedderKeyResponderUnittests | , |
| ToggleModifiersDuringKeyTap | |||
| ) |
Definition at line 435 of file FlutterEmbedderKeyResponderTest.mm.
References <FlutterKeyPrimaryResponder>::handleEvent:callback:.
| flutter::testing::TEST | ( | FlutterKeyboardManagerUnittests | , |
| CorrectLogicalKeyForLayouts | |||
| ) |
Definition at line 458 of file FlutterKeyboardManagerTest.mm.
| flutter::testing::TEST | ( | FlutterKeyboardManagerUnittests | , |
| DoublePrimaryResponder | |||
| ) |
Definition at line 434 of file FlutterKeyboardManagerTest.mm.
| flutter::testing::TEST | ( | FlutterKeyboardManagerUnittests | , |
| EmptyNextResponder | |||
| ) |
Definition at line 442 of file FlutterKeyboardManagerTest.mm.
| flutter::testing::TEST | ( | FlutterKeyboardManagerUnittests | , |
| GetPressedState | |||
| ) |
Definition at line 446 of file FlutterKeyboardManagerTest.mm.
| flutter::testing::TEST | ( | FlutterKeyboardManagerUnittests | , |
| KeyboardChannelGetPressedState | |||
| ) |
Definition at line 450 of file FlutterKeyboardManagerTest.mm.
| flutter::testing::TEST | ( | FlutterKeyboardManagerUnittests | , |
| RacingConditionBetweenKeyAndText | |||
| ) |
Definition at line 454 of file FlutterKeyboardManagerTest.mm.
| flutter::testing::TEST | ( | FlutterKeyboardManagerUnittests | , |
| SingleFinalResponder | |||
| ) |
Definition at line 438 of file FlutterKeyboardManagerTest.mm.
| flutter::testing::TEST | ( | FlutterKeyboardManagerUnittests | , |
| SinglePrimaryResponder | |||
| ) |
Definition at line 430 of file FlutterKeyboardManagerTest.mm.
| flutter::testing::TEST | ( | FlutterMenuPluginTest | , |
| TestSetMenu | |||
| ) |
Definition at line 183 of file FlutterMenuPluginTest.mm.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateMac | , |
| Basics | |||
| ) |
Definition at line 32 of file FlutterPlatformNodeDelegateMacTest.mm.
References FlutterViewController::engine.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateMac | , |
| CanPerformAction | |||
| ) |
Definition at line 149 of file FlutterPlatformNodeDelegateMacTest.mm.
References FlutterViewController::engine.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateMac | , |
| SelectableTextHasCorrectSemantics | |||
| ) |
Definition at line 68 of file FlutterPlatformNodeDelegateMacTest.mm.
References FlutterViewController::engine.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateMac | , |
| SelectableTextWithoutSelectionReturnZeroRange | |||
| ) |
Definition at line 110 of file FlutterPlatformNodeDelegateMacTest.mm.
References FlutterViewController::engine.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateMac | , |
| TextFieldUsesFlutterTextField | |||
| ) |
Definition at line 220 of file FlutterPlatformNodeDelegateMacTest.mm.
References FlutterViewController::engine.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
| canCalculateBoundsCorrectly | |||
| ) |
Definition at line 110 of file flutter_platform_node_delegate_unittests.cc.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
| canCalculateOffScreenBoundsCorrectly | |||
| ) |
Definition at line 156 of file flutter_platform_node_delegate_unittests.cc.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
| canGetAXNode | |||
| ) |
Definition at line 84 of file flutter_platform_node_delegate_unittests.cc.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
| canGetFromNodeID | |||
| ) |
Definition at line 271 of file flutter_platform_node_delegate_unittests.cc.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
| canPerfomActions | |||
| ) |
Definition at line 40 of file flutter_platform_node_delegate_unittests.cc.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
| canUseOwnerBridge | |||
| ) |
Definition at line 202 of file flutter_platform_node_delegate_unittests.cc.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
| NodeDelegateHasUniqueId | |||
| ) |
Definition at line 15 of file flutter_platform_node_delegate_unittests.cc.
| flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
| selfIsLowestPlatformAncestor | |||
| ) |
Definition at line 249 of file flutter_platform_node_delegate_unittests.cc.
| flutter::testing::TEST | ( | FlutterPlatformViewController | , |
| TestCreateAndDispose | |||
| ) |
Definition at line 101 of file FlutterPlatformViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterPlatformViewController | , |
| TestCreatePlatformViewNoMatchingViewType | |||
| ) |
Definition at line 14 of file FlutterPlatformViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterPlatformViewController | , |
| TestDisposeOnMissingViewId | |||
| ) |
Definition at line 144 of file FlutterPlatformViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterPlatformViewController | , |
| TestRegisterPlatformViewFactoryAndCreate | |||
| ) |
Definition at line 38 of file FlutterPlatformViewControllerTest.mm.
References TestFlutterPlatformView::args.
| flutter::testing::TEST | ( | FlutterSurfaceManager | , |
| BackBufferCacheDoesNotLeak | |||
| ) |
Definition at line 97 of file FlutterSurfaceManagerTest.mm.
References FlutterSurfaceManager::backBufferCache, FlutterBackBufferCache::count, CreateSurfaceManager(), FlutterSurfaceManager::present:notify:, and FlutterSurfaceManager::surfaceForSize:.
| flutter::testing::TEST | ( | FlutterSurfaceManager | , |
| LayerManagement | |||
| ) |
Definition at line 171 of file FlutterSurfaceManagerTest.mm.
References CreateSurfaceManager(), FlutterSurfaceManager::present:notify:, TestView::presentedFrameSize, and FlutterSurfaceManager::surfaceForSize:.
| flutter::testing::TEST | ( | FlutterSurfaceManager | , |
| MetalTextureSizeMatchesSurfaceSize | |||
| ) |
Definition at line 65 of file FlutterSurfaceManagerTest.mm.
References FlutterSurface::asFlutterMetalTexture, CreateSurfaceManager(), and FlutterSurfaceManager::surfaceForSize:.
| flutter::testing::TEST | ( | FlutterSurfaceManager | , |
| SurfacesAreRecycled | |||
| ) |
| flutter::testing::TEST | ( | FlutterSurfaceManager | , |
| TestSurfaceLookupFromTexture | |||
| ) |
Definition at line 78 of file FlutterSurfaceManagerTest.mm.
References FlutterSurface::asFlutterMetalTexture, CreateSurfaceManager(), FlutterSurface::fromFlutterMetalTexture:, and FlutterSurfaceManager::surfaceForSize:.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| CanNotBecomeResponderIfNoViewController | |||
| ) |
Definition at line 1985 of file FlutterTextInputPluginTest.mm.
References flutter::FlutterTextPlatformNode::GetNativeViewAccessible(), and flutter::FlutterPlatformNodeDelegateMac::Init().
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| CanWorkWithFlutterTextField | |||
| ) |
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| HandleArrowKeyWhenImePopoverIsActive | |||
| ) |
Definition at line 1900 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| HasZeroSizeAndClipsToBounds | |||
| ) |
Definition at line 2052 of file FlutterTextInputPluginTest.mm.
References CreateMockFlutterEngine().
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| IsAddedAndRemovedFromViewHierarchy | |||
| ) |
Definition at line 2019 of file FlutterTextInputPluginTest.mm.
References FlutterMethodCall::methodCallWithMethodName:arguments:.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestAutocompleteDisabledWhenAutofillGroupIncludesPassword | |||
| ) |
Definition at line 1858 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestAutocompleteDisabledWhenAutofillNotSet | |||
| ) |
Definition at line 1838 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestAutocompleteDisabledWhenObscureTextSet | |||
| ) |
Definition at line 1850 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestAutocompleteDisabledWhenPasswordAutofillSet | |||
| ) |
Definition at line 1854 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestAutocompleteEnabledWhenAutofillSet | |||
| ) |
Definition at line 1842 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestAutocompleteEnabledWhenAutofillSetNoHint | |||
| ) |
Definition at line 1846 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestClearClientDuringComposing | |||
| ) |
Definition at line 1834 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestComposingRegionRemovedByFramework | |||
| ) |
Definition at line 1830 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestComposingWithDelta | |||
| ) |
Definition at line 1884 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| testComposingWithDeltasWhenSelectionIsActive | |||
| ) |
Definition at line 1888 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestEmptyCompositionRange | |||
| ) |
Definition at line 1818 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestFirstRectForCharacterRange | |||
| ) |
Definition at line 1863 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestFirstRectForCharacterRangeAtInfinity | |||
| ) |
Definition at line 1867 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestFirstRectForCharacterRangeWithEsotericAffineTransform | |||
| ) |
Definition at line 1871 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestInsertNewLine | |||
| ) |
Definition at line 1912 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestLocalTextAndSelectionUpdateAfterDelta | |||
| ) |
Definition at line 1892 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestOperationsThatTriggerDelta | |||
| ) |
Definition at line 1880 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestPerformKeyEquivalent | |||
| ) |
Definition at line 1896 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestSelectorsAreForwardedToFramework | |||
| ) |
Definition at line 1908 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestSendActionDoNotInsertNewLine | |||
| ) |
Definition at line 1916 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestSetEditingStateWithTextEditingDelta | |||
| ) |
Definition at line 1876 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestSetMarkedTextWithReplacementRange | |||
| ) |
Definition at line 1826 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| TestSetMarkedTextWithSelectionChange | |||
| ) |
Definition at line 1822 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputPluginTest | , |
| UnhandledKeyEquivalent | |||
| ) |
Definition at line 1904 of file FlutterTextInputPluginTest.mm.
| flutter::testing::TEST | ( | FlutterTextInputSemanticsObjectTest | , |
| DoesInitialize | |||
| ) |
Definition at line 28 of file FlutterTextInputSemanticsObjectTest.mm.
References flutter::FlutterTextPlatformNode::GetNativeViewAccessible(), and flutter::FlutterPlatformNodeDelegateMac::Init().
| flutter::testing::TEST | ( | FlutterViewController | , |
| CanSetMouseTrackingModeBeforeViewLoaded | |||
| ) |
Definition at line 193 of file FlutterViewControllerTest.mm.
References FlutterViewController::mouseTrackingMode.
| flutter::testing::TEST | ( | FlutterViewController | , |
| FlutterViewAcceptsFirstMouse | |||
| ) |
| flutter::testing::TEST | ( | FlutterViewController | , |
| HasViewThatHidesOtherViewsInAccessibility | |||
| ) |
| flutter::testing::TEST | ( | FlutterViewController | , |
| ReparentsPluginWhenAccessibilityDisabled | |||
| ) |
Definition at line 167 of file FlutterViewControllerTest.mm.
References FlutterViewController::onAccessibilityStatusChanged:.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestCtrlTabKeyEventIsPropagated | |||
| ) |
Definition at line 215 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestFlagsChangedEventsArePropagatedIfNotHandled | |||
| ) |
Definition at line 223 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| testFlutterViewIsConfigured | |||
| ) |
Definition at line 248 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestKeyboardIsRestartedOnEngineRestart | |||
| ) |
Definition at line 228 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestKeyEquivalentIsPassedToTextInputPlugin | |||
| ) |
Definition at line 219 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestKeyEventsAreNotPropagatedIfHandled | |||
| ) |
Definition at line 211 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestKeyEventsArePropagatedIfNotHandled | |||
| ) |
Definition at line 207 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestKeyEventsAreSentToFramework | |||
| ) |
Definition at line 203 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| testLookupKeyAssets | |||
| ) |
Definition at line 252 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| testLookupKeyAssetsWithPackage | |||
| ) |
Definition at line 256 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestModifierKeysAreSynthesizedOnMouseMove | |||
| ) |
Definition at line 240 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestMouseDownUpEventsSentToNextResponder | |||
| ) |
Definition at line 236 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| TestTrackpadGesturesAreSentToFramework | |||
| ) |
Definition at line 232 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| testViewControllerIsReleased | |||
| ) |
Definition at line 260 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewControllerTest | , |
| testViewWillAppearCalledMultipleTimes | |||
| ) |
Definition at line 244 of file FlutterViewControllerTest.mm.
| flutter::testing::TEST | ( | FlutterViewEngineProviderUnittests | , |
| GetViewReturnsTheCorrectView | |||
| ) |
Definition at line 21 of file FlutterViewEngineProviderTest.mm.
References CreateMockFlutterEngine(), and kFlutterImplicitViewId.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| CanLaunch | |||
| ) |
Definition at line 122 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| CanLogToStdout | |||
| ) |
Definition at line 185 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| CanToggleAccessibility | |||
| ) |
Definition at line 272 of file FlutterEngineTest.mm.
References user_data.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| CanToggleAccessibilityWhenHeadless | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| Compositor | |||
| ) |
Definition at line 488 of file FlutterEngineTest.mm.
References FlutterMethodCall::methodCallWithMethodName:arguments:, and FlutterEngine::shutDownEngine.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| DartEntrypointArguments | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| DISABLED_BackgroundIsBlack | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| DISABLED_CanOverrideBackgroundColor | |||
| ) |
Definition at line 242 of file FlutterEngineTest.mm.
References FlutterViewController::backgroundColor, and FlutterEngine::viewController.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| FlutterBinaryMessengerDoesNotRetainEngine | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| FlutterTextureRegistryDoesNotReturnEngine | |||
| ) |
Definition at line 589 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| ForwardsPluginDelegateRegistration | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| HandleAccessibilityEvent | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| HandleLifecycleStates | |||
| ) |
Definition at line 996 of file FlutterEngineTest.mm.
References CreateMockFlutterEngine(), flutter::kDetached, flutter::kHidden, flutter::kInactive, flutter::kPaused, and flutter::kResumed.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| HandlesTerminationRequest | |||
| ) |
Definition at line 879 of file FlutterEngineTest.mm.
References CreateMockFlutterEngine(), FlutterError::errorWithCode:message:details:, FlutterBinaryReply, and FlutterMethodCall::methodCallWithMethodName:arguments:.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| HasNonNullExecutableName | |||
| ) |
Definition at line 128 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| HasStringsWhenPasteboardEmpty | |||
| ) |
Definition at line 724 of file FlutterEngineTest.mm.
References CreateMockFlutterEngine(), and FlutterMethodCall::methodCallWithMethodName:arguments:.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| HasStringsWhenPasteboardFull | |||
| ) |
Definition at line 742 of file FlutterEngineTest.mm.
References CreateMockFlutterEngine(), and FlutterMethodCall::methodCallWithMethodName:arguments:.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| IgnoresTerminationRequestIfNotFlutterAppDelegate | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| ManageControllersIfInitiatedByController | |||
| ) |
Definition at line 816 of file FlutterEngineTest.mm.
References FlutterViewController::engine, and FlutterEngine::viewController.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| ManageControllersIfInitiatedByEngine | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| MessengerCleanupConnectionWorks | |||
| ) |
Definition at line 667 of file FlutterEngineTest.mm.
References FlutterMethodChannel::methodChannelWithName:binaryMessenger:codec:, and FlutterMethodChannel::setMethodCallHandler:.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| MessengerSend | |||
| ) |
Definition at line 166 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| NativeCallbacks | |||
| ) |
Definition at line 472 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| ProducesAccessibilityTreeWhenAddingViews | |||
| ) |
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| PublishedValueNilForUnknownPlugin | |||
| ) |
Definition at line 611 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| PublishedValueNSNullIfNoPublishedValue | |||
| ) |
Definition at line 623 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| PublishedValueReturnsLastPublished | |||
| ) |
Definition at line 640 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| ResponseAfterEngineDied | |||
| ) |
Definition at line 760 of file FlutterEngineTest.mm.
References FlutterBasicMessageChannel::setMessageHandler:, and <FlutterMessageCodec>::sharedInstance.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| ResponseFromBackgroundThread | |||
| ) |
Definition at line 780 of file FlutterEngineTest.mm.
References FlutterBasicMessageChannel::setMessageHandler:, and <FlutterMessageCodec>::sharedInstance.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| Switches | |||
| ) |
Definition at line 149 of file FlutterEngineTest.mm.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| ThreadSynchronizerNotBlockingRasterThreadAfterShutdown | |||
| ) |
Definition at line 802 of file FlutterEngineTest.mm.
References FlutterThreadSynchronizer::performCommitForView:size:notify:, and FlutterThreadSynchronizer::shutdown.
| flutter::testing::TEST_F | ( | FlutterEngineTest | , |
| UnregistersPluginsOnEngineDestruction | |||
| ) |
Definition at line 1082 of file FlutterEngineTest.mm.