Mercurial > public > stock-charts
comparison Sources/StockChartsWatchOSTests/StockChartsWatchOSTests.swift @ 118:3269859fd31f
Merge pull request #17 from denniscm190/development
Release new version
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Mon, 09 Aug 2021 17:05:10 +0100 |
parents | Tests/StockChartsTests/StockChartsTests.swift@5135ff3343ae Tests/StockChartsTests/StockChartsTests.swift@5057c45046c1 |
children |
comparison
equal
deleted
inserted
replaced
112:a17e05c67dae | 118:3269859fd31f |
---|---|
1 // | |
2 // StockChartsWatchOSTests.swift | |
3 // StockChartsWatchOSTests | |
4 // | |
5 // Created by Dennis Concepción Martín on 5/8/21. | |
6 // | |
7 | |
8 import XCTest | |
9 @testable import StockChartsWatchOS | |
10 | |
11 class StockChartsWatchOSTests: XCTestCase { | |
12 | |
13 override func setUpWithError() throws { | |
14 // Put setup code here. This method is called before the invocation of each test method in the class. | |
15 } | |
16 | |
17 override func tearDownWithError() throws { | |
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 } | |
25 | |
26 func testPerformanceExample() throws { | |
27 // This is an example of a performance test case. | |
28 self.measure { | |
29 // Put the code you want to measure the time of here. | |
30 } | |
31 } | |
32 | |
33 } |