Mercurial > public > stock-charts
comparison Sources/InteractiveChartsTests/InteractiveChartsTests.swift @ 14:edf2bfcd8d97
Reorganise structure
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 28 Apr 2021 19:01:40 +0200 |
parents | InteractiveChartsTests/InteractiveChartsTests.swift@b5888bfbef9b |
children |
comparison
equal
deleted
inserted
replaced
13:fdab6510dc46 | 14:edf2bfcd8d97 |
---|---|
1 // | |
2 // InteractiveChartsTests.swift | |
3 // InteractiveChartsTests | |
4 // | |
5 // Created by Dennis Concepción Martín on 26/4/21. | |
6 // | |
7 | |
8 import XCTest | |
9 @testable import InteractiveCharts | |
10 | |
11 class InteractiveChartsTests: 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 } |