Flutter Engine
The Flutter Engine
|
Instance Methods | |
(FlutterViewController *) | - viewController [implementation] |
(void) | - setViewController: [implementation] |
Properties | |
FlutterDartProject * | project |
A simple mock class for FlutterEngine.
OCMClassMock can't be used for FlutterEngine sometimes because OCMock retains arguments to invocations and since the init for FlutterViewController calls a method on the FlutterEngine it creates a retain cycle that stops us from testing behaviors related to deleting FlutterViewControllers.
Used for testing deallocation.
Definition at line 100 of file FlutterViewControllerTest.mm.
|
implementation |
Definition at line 101 of file FlutterViewControllerTest.mm.
|
implementation |
Definition at line 101 of file FlutterViewControllerTest.mm.
|
readwritenonatomicstrong |
Definition at line 101 of file FlutterViewControllerTest.mm.