#include <GoldenPlatformViewTests.h>
Definition at line 21 of file GoldenPlatformViewTests.h.
◆ checkPlatformViewGolden
| - (void) checkPlatformViewGolden |
|
|
|
Definition at line 16 of file GoldenPlatformViewTests.m.
39 {
40 XCUIElement* element = self.application.textViews.firstMatch;
41 BOOL exists = [element waitForExistenceWithTimeout:kSecondsToWaitForPlatformView];
42 if (!exists) {
43 XCTFail(@"It took longer than %@ second to find the platform view."
44 @"There might be issues with the platform view's construction,"
45 @"or with how the scenario is built.",
47 }
48
49 [self.manager checkGoldenForTest:self rmesThreshold:self.rmseThreadhold];
50}
References kDefaultRmseThreshold.
◆ initWithManager:invocation:
| - (instancetype) initWithManager: |
|
(GoldenTestManager*) |
manager |
| invocation: |
|
(NSInvocation*) |
invocation |
|
|
| |
Definition at line 16 of file GoldenPlatformViewTests.m.
23 self = [super initWithInvocation:invocation];
26 return self;
27}
const double kDefaultRmseThreshold
it will be possible to load the file into Perfetto s trace viewer use test Running tests that layout and measure text will not yield consistent results across various platforms Enabling this option will make font resolution default to the Ahem test font on all disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font manager
◆ application
| - (XCUIApplication*) application |
|
readwritenonatomicstrong |
◆ rmseThreadhold
| - (double) rmseThreadhold |
|
readwritenonatomicassign |
The documentation for this class was generated from the following files: