Mercurial > public > simoleon
comparison SimoleonTests/SimoleonTests.swift @ 182:ba3ebe8cefe5
refactor code
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 08 Dec 2021 10:58:15 +0100 |
parents | 5a9430fd6b4d |
children | d2398f02e1ce |
comparison
equal
deleted
inserted
replaced
181:5a9430fd6b4d | 182:ba3ebe8cefe5 |
---|---|
1 // | 1 // |
2 // simoleonTests.swift | 2 // SimoleonTests.swift |
3 // simoleonTests | 3 // SimoleonTests |
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 @testable import simoleon | 9 @testable import Simoleon |
10 | 10 |
11 class simoleonTests: XCTestCase { | 11 class SimoleonTests: XCTestCase { |
12 | 12 |
13 override func setUpWithError() throws { | 13 override func setUpWithError() throws { |
14 // Put setup code here. This method is called before the invocation of each test method in the class. | 14 // Put setup code here. This method is called before the invocation of each test method in the class. |
15 } | 15 } |
16 | 16 |