Mercurial > public > simoleon
comparison SimoleonTests/SimoleonTests.swift @ 90:879e20d2a837
Modified schemes
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 03 Aug 2021 09:16:23 +0100 |
parents | 3133bf6f6deb |
children | cd801949925b |
comparison
equal
deleted
inserted
replaced
89:05983a9275c1 | 90:879e20d2a837 |
---|---|
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 |
17 override func tearDownWithError() throws { | 17 override func tearDownWithError() throws { |
18 // Put teardown code here. This method is called after the invocation of each test method in the class. | 18 // Put teardown code here. This method is called after the invocation of each test method in the class. |
19 } | |
20 | |
21 func testExample() throws { | |
22 // This is an example of a functional test case. | |
23 // Use XCTAssert and related functions to verify your tests produce the correct results. | |
24 } | 19 } |
25 | 20 |
26 func testMakeConversion() { | 21 func testMakeConversion() { |
27 // Given | 22 // Given |
28 let testAmounts = ["iawuh", Int(100), Float(3450.30), Double(12530.43435)] as [Any] | 23 let testAmounts = ["iawuh", Int(100), Float(3450.30), Double(12530.43435)] as [Any] |