5 // Created by Ruben Beltran del Rio on 2/1/21.
11 class MapTests: XCTestCase {
13 override func setUpWithError() throws {
14 // Put setup code here. This method is called before the invocation of each test method in the class.
17 override func tearDownWithError() throws {
18 // Put teardown code here. This method is called after the invocation of each test method in the class.
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.
26 func testPerformanceExample() throws {
27 // This is an example of a performance test case.
29 // Put the code you want to measure the time of here.