No Description

Comedores_SocialesTests.swift 940B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // Comedores_SocialesTests.swift
  3. // Comedores SocialesTests
  4. //
  5. // Created by Hector Carrion on 10/24/20.
  6. //
  7. import XCTest
  8. @testable import Comedores_Sociales
  9. class Comedores_SocialesTests: 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. self.measure {
  23. // Put the code you want to measure the time of here.
  24. }
  25. }
  26. }