1234567891011121314151617181920212223242526272829303132333435 |
- import XCTest
- final class sdsz74Tests: XCTestCase {
- override func setUpWithError() throws {
-
- }
- override func tearDownWithError() throws {
-
- }
- func testExample() throws {
-
-
-
-
-
- }
- func testPerformanceExample() throws {
-
- measure {
-
- }
- }
- }
|