LiveLikeGiphyChallengeTests.swift 913 B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // LiveLikeGiphyChallengeTests.swift
  3. // LiveLikeGiphyChallengeTests
  4. //
  5. //
  6. import XCTest
  7. @testable import LiveLikeGiphyChallenge
  8. class LiveLikeGiphyChallengeTests: 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. }
  19. func testPerformanceExample() throws {
  20. // This is an example of a performance test case.
  21. self.measure {
  22. // Put the code you want to measure the time of here.
  23. }
  24. }
  25. }