O2PlatformTests1.swift 928 B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // O2PlatformTests1.swift
  3. // O2PlatformTests1
  4. //
  5. // Created by FancyLou on 2020/10/21.
  6. // Copyright © 2020 zoneland. All rights reserved.
  7. //
  8. import XCTest
  9. class O2PlatformTests1: 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. }