一网通办ios
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
1.2 KiB

  1. //
  2. // im_client_iosTests.swift
  3. // im-client-iosTests
  4. //
  5. // Created by 北京居家科技有限公司 on 2021/12/27.
  6. //
  7. import XCTest
  8. @testable import im_client_ios
  9. class im_client_iosTests: 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. // Any test you write for XCTest can be annotated as throws and async.
  20. // Mark your test throws to produce an unexpected failure when your test encounters an uncaught error.
  21. // Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards.
  22. }
  23. func testPerformanceExample() throws {
  24. // This is an example of a performance test case.
  25. self.measure {
  26. // Put the code you want to measure the time of here.
  27. }
  28. }
  29. }