-//
-// MapUITests.swift
-// MapUITests
-//
-// Created by Ruben Beltran del Rio on 2/1/21.
-//
-
import XCTest
-class MapUITests: XCTestCase {
+final class MapUITests: XCTestCase {
override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class.
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
+ @MainActor
func testExample() throws {
// UI tests must launch the application that they test.
let app = XCUIApplication()
app.launch()
- // Use recording to get started writing UI tests.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
+ @MainActor
func testLaunchPerformance() throws {
- if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) {
+ if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
// This measures how long it takes to launch your application.
measure(metrics: [XCTApplicationLaunchMetric()]) {
XCUIApplication().launch()