Definition at line 62 of file PlatformViewUITests.m.
◆ initWithInvocation:
- (instancetype) initWithInvocation: |
|
(NSInvocation*) |
invocation |
|
|
implementation |
Definition at line 7 of file PlatformViewUITests.m.
68 :(NSInvocation*)invocation {
70 initWithLaunchArg:@"--platform-view-multiple-background-foreground"];
71 return [super initWithManager:manager invocation:invocation];
72}
◆ testPlatformView
- (void) testPlatformView |
|
|
|
|
implementation |
Definition at line 7 of file PlatformViewUITests.m.
74 {
75 [[XCUIDevice sharedDevice] pressButton:XCUIDeviceButtonHome];
76 [self.application activate];
77 [self checkPlatformViewGolden];
78}
The documentation for this class was generated from the following file: