comparison SimoleonUITests/SimoleonUITestsLaunchTests.swift @ 182:ba3ebe8cefe5

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 08 Dec 2021 10:58:15 +0100
parents 5a9430fd6b4d
children
comparison
equal deleted inserted replaced
181:5a9430fd6b4d 182:ba3ebe8cefe5
1 // 1 //
2 // simoleonUITestsLaunchTests.swift 2 // SimoleonUITestsLaunchTests.swift
3 // simoleonUITests 3 // SimoleonUITests
4 // 4 //
5 // Created by Dennis Concepción Martín on 8/12/21. 5 // Created by Dennis Concepción Martín on 8/12/21.
6 // 6 //
7 7
8 import XCTest 8 import XCTest
9 9
10 class simoleonUITestsLaunchTests: XCTestCase { 10 class SimoleonUITestsLaunchTests: XCTestCase {
11 11
12 override class var runsForEachTargetApplicationUIConfiguration: Bool { 12 override class var runsForEachTargetApplicationUIConfiguration: Bool {
13 true 13 true
14 } 14 }
15 15