Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
NonFullScreenFlutterViewPlatformViewUITests Class Reference
Inheritance diagram for NonFullScreenFlutterViewPlatformViewUITests:
GoldenPlatformViewTests

Instance Methods

(instancetype) - initWithInvocation: [implementation]
 
(void) - testPlatformView [implementation]
 
- Instance Methods inherited from GoldenPlatformViewTests
(instancetype) - initWithManager:invocation:
 
(void) - checkPlatformViewGolden
 
(void) - setUp [implementation]
 

Additional Inherited Members

- Properties inherited from GoldenPlatformViewTests
XCUIApplication * application
 
double rmseThreadhold
 
NSString * goldenName [implementation]
 
GoldenTestManagermanager [implementation]
 

Detailed Description

Definition at line 26 of file PlatformViewUITests.m.

Method Documentation

◆ initWithInvocation:

- (instancetype) initWithInvocation: (NSInvocation*)  invocation
implementation

Definition at line 7 of file PlatformViewUITests.m.

32 :(NSInvocation*)invocation {
34 [[GoldenTestManager alloc] initWithLaunchArg:@"--non-full-screen-flutter-view-platform-view"];
35 return [super initWithManager:manager invocation:invocation];
36}

◆ testPlatformView

- (void) testPlatformView
implementation

Definition at line 7 of file PlatformViewUITests.m.

38 {
39 [self checkPlatformViewGolden];
40}

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