5#import <Flutter/Flutter.h>
6#import <XCTest/XCTest.h>
16 self.continueAfterFailure = NO;
17 self.application = [[XCUIApplication alloc] init];
21 self.application.launchArguments =
22 @[ @"--animated-color-square", @"--assert-ca-layer-type", @"--enable-software-rendering" ];
23 [
self.application launch];
29 self.application.launchArguments = @[ @"--animated-color-square", @"--assert-ca-layer-type" ];
30 [
self.application launch];
void testSoftwareRendering()
XCUIApplication * application
void testMetalRendering()