ContentParserTests.swift (697B)
1 // 2 // ContentParserTests.swift 3 // damusTests 4 // 5 // Created by William Casarin on 2023-07-16. 6 // 7 8 import XCTest 9 10 final class ContentParserTests: XCTestCase { 11 12 override func setUpWithError() throws { 13 // Put setup code here. This method is called before the invocation of each test method in the class. 14 } 15 16 override func tearDownWithError() throws { 17 // Put teardown code here. This method is called after the invocation of each test method in the class. 18 } 19 20 func testPerformanceExample() throws { 21 // This is an example of a performance test case. 22 self.measure { 23 // Put the code you want to measure the time of here. 24 } 25 } 26 27 }