Flutter iOS Embedder
MockTextChecker Class Reference
Inheritance diagram for MockTextChecker:

Instance Methods

(void) - mockResultRange:suggestions:withStartingIndex:
 
(void) - reset
 

Properties

NSMutableDictionary< NSNumber *, NSValue * > * startingIndexToRange
 
NSMutableDictionary< NSString *, NSArray< NSString * > * > * rangeToSuggestions
 

Detailed Description

Definition at line 16 of file FlutterSpellCheckPluginTest.mm.

Method Documentation

◆ mockResultRange:suggestions:withStartingIndex:

- (void) mockResultRange: (NSRange)  range
suggestions: (nonnull NSArray< NSString * > *)  suggestions
withStartingIndex: (NSInteger)  startingIndex 

◆ reset

- (void) reset

Definition at line 64 of file FlutterSpellCheckPluginTest.mm.

64  {
65  [self.startingIndexToRange removeAllObjects];
66  [self.rangeToSuggestions removeAllObjects];
67 }

Property Documentation

◆ rangeToSuggestions

- (NSMutableDictionary<NSString*, NSArray<NSString*>*>*) rangeToSuggestions
readwritenonatomicstrong

Definition at line 27 of file FlutterSpellCheckPluginTest.mm.

◆ startingIndexToRange

- (NSMutableDictionary<NSNumber*, NSValue*>*) startingIndexToRange
readwritenonatomicstrong

Definition at line 21 of file FlutterSpellCheckPluginTest.mm.


The documentation for this class was generated from the following file: