/ ios / RunnerTests / RunnerTests.swift
RunnerTests.swift
 1  import Flutter
 2  import UIKit
 3  import XCTest
 4  
 5  class RunnerTests: XCTestCase {
 6  
 7    func testExample() {
 8      // If you add code to the Runner application, consider adding tests here.
 9      // See https://developer.apple.com/documentation/xctest for more information about using XCTest.
10    }
11  
12  }