comparison LazyBearTests/LazyBearTests.swift @ 463:783b567800d9

Starts new version
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sat, 17 Jul 2021 09:33:26 +0100
parents 3d6f0329d691
children
comparison
equal deleted inserted replaced
462:daeac7c7c586 463:783b567800d9
1 // 1 //
2 // LazyBearTests.swift 2 // lazybearTests.swift
3 // LazyBearTests 3 // lazybearTests
4 // 4 //
5 // Created by Dennis Concepción Martín on 16/4/21. 5 // Created by Dennis Concepción Martín on 17/07/2021.
6 // 6 //
7 7
8 import XCTest 8 import XCTest
9 @testable import lazybear
9 10
10 class LazyBearTests: XCTestCase { 11 class lazybearTests: XCTestCase {
11 12
12 override func setUpWithError() throws { 13 override func setUpWithError() throws {
13 // 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.
14 } 15 }
15 16
22 // Use XCTAssert and related functions to verify your tests produce the correct results. 23 // Use XCTAssert and related functions to verify your tests produce the correct results.
23 } 24 }
24 25
25 func testPerformanceExample() throws { 26 func testPerformanceExample() throws {
26 // This is an example of a performance test case. 27 // This is an example of a performance test case.
27 measure { 28 self.measure {
28 // Put the code you want to measure the time of here. 29 // Put the code you want to measure the time of here.
29 } 30 }
30 } 31 }
31 32
32 } 33 }