Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
TwoPlatformViewsWithOtherBackDropFilterTests Class Reference
Inheritance diagram for TwoPlatformViewsWithOtherBackDropFilterTests:
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 365 of file PlatformViewUITests.m.

Method Documentation

◆ initWithInvocation:

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

Definition at line 7 of file PlatformViewUITests.m.

371 :(NSInvocation*)invocation {
373 initWithLaunchArg:@"--two-platform-views-with-other-backdrop-filter"];
374 return [super initWithManager:manager invocation:invocation];
375}

◆ testPlatformView

- (void) testPlatformView
implementation

Definition at line 7 of file PlatformViewUITests.m.

377 {
378 // (TODO)cyanglaz: remove the threshold adjustment after all the ci migrates to macOS13.
379 // https://github.com/flutter/flutter/issues/133207
380 if ([NSProcessInfo processInfo].operatingSystemVersion.majorVersion >= 13) {
381 self.rmseThreadhold = 0.7;
382 }
383 [self checkPlatformViewGolden];
384}

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