Warning, /network/kdeconnect-ios/KDE Connect/KDE Connect Tests/KDE_Connect_Tests.swift is written in an unsupported language. File is not indexed.

0001 /*
0002  * SPDX-FileCopyrightText: 2021 Lucas Wang <lucas.wang@tuta.io>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  */
0006 
0007 // Original header below:
0008 //
0009 //  KDE_Connect_Tests.swift
0010 //  KDE Connect Tests
0011 //
0012 //  Created by Lucas Wang on 2021-06-17.
0013 //
0014 
0015 import XCTest
0016 @testable import KDE_Connect
0017 
0018 // Intentional naming matching app target name
0019 // swiftlint:disable:next type_name
0020 class KDE_Connect_Tests: XCTestCase {
0021     override func setUpWithError() throws {
0022         // Put setup code here. This method is called before the invocation of each test method in the class.
0023     }
0024 
0025     override func tearDownWithError() throws {
0026         // Put teardown code here. This method is called after the invocation of each test method in the class.
0027     }
0028 
0029     func testExample() throws {
0030         // This is an example of a functional test case.
0031         // Use XCTAssert and related functions to verify your tests produce the correct results.
0032     }
0033 
0034     func testPerformanceExample() throws {
0035         // This is an example of a performance test case.
0036         self.measure {
0037             // Put the code you want to measure the time of here.
0038         }
0039     }
0040 }