sdsz74Tests.swift 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. //
  2. // sdsz74Tests.swift
  3. // sdsz74Tests
  4. //
  5. // Created by yunli on 2023/5/18.
  6. //
  7. import XCTest
  8. final class sdsz74Tests: XCTestCase {
  9. override func setUpWithError() throws {
  10. // Put setup code here. This method is called before the invocation of each test method in the class.
  11. }
  12. override func tearDownWithError() throws {
  13. // Put teardown code here. This method is called after the invocation of each test method in the class.
  14. }
  15. func testExample() throws {
  16. // This is an example of a functional test case.
  17. // Use XCTAssert and related functions to verify your tests produce the correct results.
  18. // Any test you write for XCTest can be annotated as throws and async.
  19. // Mark your test throws to produce an unexpected failure when your test encounters an uncaught error.
  20. // Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards.
  21. }
  22. func testPerformanceExample() throws {
  23. // This is an example of a performance test case.
  24. measure {
  25. // Put the code you want to measure the time of here.
  26. }
  27. }
  28. }