ShadowsocksX_NGTests.swift 940 B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // ShadowsocksX_NGTests.swift
  3. // ShadowsocksX-NGTests
  4. //
  5. // Created by 邱宇舟 on 2021/6/24.
  6. // Copyright © 2021 qiuyuzhou. All rights reserved.
  7. //
  8. import XCTest
  9. class ShadowsocksX_NGTests: XCTestCase {
  10. override func setUpWithError() throws {
  11. // Put setup code here. This method is called before the invocation of each test method in the class.
  12. }
  13. override func tearDownWithError() throws {
  14. // Put teardown code here. This method is called after the invocation of each test method in the class.
  15. }
  16. func testExample() throws {
  17. // This is an example of a functional test case.
  18. // Use XCTAssert and related functions to verify your tests produce the correct results.
  19. }
  20. func testPerformanceExample() throws {
  21. // This is an example of a performance test case.
  22. measure {
  23. // Put the code you want to measure the time of here.
  24. }
  25. }
  26. }