Mercurial > public > simoleon
comparison SimoleonUITests/SimoleonUITests.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 // simoleonUITests.swift | 2 // SimoleonUITests.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 simoleonUITests: XCTestCase { | 10 class SimoleonUITests: XCTestCase { |
11 | 11 |
12 override func setUpWithError() throws { | 12 override func setUpWithError() throws { |
13 // Put setup code here. This method is called before the invocation of each test method in the class. | 13 // Put setup code here. This method is called before the invocation of each test method in the class. |
14 | 14 |
15 // In UI tests it is usually best to stop immediately when a failure occurs. | 15 // In UI tests it is usually best to stop immediately when a failure occurs. |