Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
SpawnEngineTest Class Reference
Inheritance diagram for SpawnEngineTest:

Instance Methods

(void) - testSpawnEngineWorks [implementation]
 

Detailed Description

Definition at line 7 of file SpawnEngineTest.m.

Method Documentation

◆ testSpawnEngineWorks

- (void) testSpawnEngineWorks
implementation

Definition at line 1 of file SpawnEngineTest.m.

12 {
13 self.continueAfterFailure = NO;
14
15 XCUIApplication* application = [[XCUIApplication alloc] init];
16 application.launchArguments = @[ @"--spawn-engine-works" ];
17 [application launch];
18
19 XCUIElement* addTextField = application.textFields[@"ready"];
20 XCTAssertTrue([addTextField waitForExistenceWithTimeout:30]);
21
23 [[GoldenTestManager alloc] initWithLaunchArg:@"--spawn-engine-works"];
24 [manager checkGoldenForTest:self rmesThreshold:kDefaultRmseThreshold];
25}
void checkGoldenForTest:rmesThreshold:(XCTestCase *test,[rmesThreshold] double rmesThreshold)
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font manager
Definition switches.h:218

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