Definition at line 101 of file PlatformViewUITests.m.
◆ initWithInvocation:
- (instancetype) initWithInvocation: |
|
(NSInvocation*) |
invocation |
|
|
implementation |
Definition at line 7 of file PlatformViewUITests.m.
107 :(NSInvocation*)invocation {
109 [[
GoldenTestManager alloc] initWithLaunchArg:@"--platform-view-cliprect-after-moved"];
110 return [super initWithManager:manager invocation:invocation];
111}
◆ testPlatformView
- (void) testPlatformView |
|
|
|
|
implementation |
Definition at line 7 of file PlatformViewUITests.m.
113 {
114
115
116
117 XCUIElement* element = self.application.otherElements[@"platform_view[10000]"];
118 BOOL exists = [element waitForExistenceWithTimeout:kSecondsToWaitForPlatformView];
119 if (!exists) {
120 XCTFail(@"It took longer than %@ second to find the platform view."
121 @"There might be issues with the platform view's construction,"
122 @"or with how the scenario is built.",
124 }
125
126 [self checkPlatformViewGolden];
127}
The documentation for this class was generated from the following file: