LiveLikeGiphyChallengeTests.swift 842 B

1234567891011121314151617181920212223242526272829
  1. //
  2. //
  3. import XCTest
  4. @testable import LiveLikeiOSAssessmentV1
  5. class LiveLikeiOSAssessmentV1Tests: XCTestCase {
  6. override func setUpWithError() throws {
  7. // Put setup code here. This method is called before the invocation of each test method in the class.
  8. }
  9. override func tearDownWithError() throws {
  10. // Put teardown code here. This method is called after the invocation of each test method in the class.
  11. }
  12. func testExample() throws {
  13. // This is an example of a functional test case.
  14. // Use XCTAssert and related functions to verify your tests produce the correct results.
  15. }
  16. func testPerformanceExample() throws {
  17. // This is an example of a performance test case.
  18. self.measure {
  19. // Put the code you want to measure the time of here.
  20. }
  21. }
  22. }