No Description

EncuestaMarleUITests.swift 1.1KB

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // EncuestaMarleUITests.swift
  3. // EncuestaMarleUITests
  4. //
  5. // Created by Tatiana Castro on 4/13/19.
  6. // Copyright © 2019 Marle. All rights reserved.
  7. //
  8. import XCTest
  9. class EncuestaMarleUITests: XCTestCase {
  10. override func setUp() {
  11. // Put setup code here. This method is called before the invocation of each test method in the class.
  12. // In UI tests it is usually best to stop immediately when a failure occurs.
  13. continueAfterFailure = false
  14. // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
  15. XCUIApplication().launch()
  16. // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
  17. }
  18. override func tearDown() {
  19. // Put teardown code here. This method is called after the invocation of each test method in the class.
  20. }
  21. func testExample() {
  22. // Use recording to get started writing UI tests.
  23. // Use XCTAssert and related functions to verify your tests produce the correct results.
  24. }
  25. }