5 // Created by Ruben Beltran del Rio on 2/1/21.
12 class MapTests: XCTestCase {
14 override func setUpWithError() throws {
15 // Put setup code here. This method is called before the invocation of each test method in the class.
18 override func tearDownWithError() throws {
19 // Put teardown code here. This method is called after the invocation of each test method in the class.
22 func testExample() throws {
23 // This is an example of a functional test case.
24 // Use XCTAssert and related functions to verify your tests produce the correct results.
27 func testPerformanceExample() throws {
28 // This is an example of a performance test case.
30 // Put the code you want to measure the time of here.