Definition at line 406 of file PlatformViewUITests.m.
◆ initWithInvocation:
- (instancetype) initWithInvocation: |
|
(NSInvocation*) |
invocation |
|
|
implementation |
Definition at line 7 of file PlatformViewUITests.m.
410 :(NSInvocation*)invocation {
413 return [super initWithManager:manager invocation:invocation];
414}
◆ tearDown
Definition at line 7 of file PlatformViewUITests.m.
416 {
417 XCUIDevice.sharedDevice.orientation = UIDeviceOrientationPortrait;
418 [super tearDown];
419}
◆ testPlatformView
- (void) testPlatformView |
|
|
|
|
implementation |
Definition at line 7 of file PlatformViewUITests.m.
421 {
422 XCUIDevice.sharedDevice.orientation = UIDeviceOrientationLandscapeLeft;
423 [self checkPlatformViewGolden];
424}
The documentation for this class was generated from the following file: