comparison SimoleonUITests/SimoleonUITestsLaunchTests.swift @ 181:5a9430fd6b4d

restart project to new version
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 08 Dec 2021 10:52:11 +0100
parents ad8c6567539d
children ba3ebe8cefe5
comparison
equal deleted inserted replaced
180:41f284db0c3d 181:5a9430fd6b4d
1 // 1 //
2 // SimoleonUITestsLaunchTests.swift 2 // simoleonUITestsLaunchTests.swift
3 // SimoleonUITests 3 // simoleonUITests
4 // 4 //
5 // Created by Dennis Concepción Martín on 26/10/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