You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

6 years ago
  1. //
  2. // GMERemittanceUITests.swift
  3. // GMERemittanceUITests
  4. //
  5. // Created by Fm-user on 11/30/17.
  6. // Copyright © 2017 Gobal Money Express Co. Ltd. All rights reserved.
  7. //
  8. import XCTest
  9. class GMERemittanceUITests: XCTestCase {
  10. override func setUp() {
  11. super.setUp()
  12. // Put setup code here. This method is called before the invocation of each test method in the class.
  13. // In UI tests it is usually best to stop immediately when a failure occurs.
  14. continueAfterFailure = false
  15. // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
  16. XCUIApplication().launch()
  17. // In UI tests its 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.
  18. }
  19. override func tearDown() {
  20. // Put teardown code here. This method is called after the invocation of each test method in the class.
  21. super.tearDown()
  22. }
  23. func testExample() {
  24. // Use recording to get started writing UI tests.
  25. // Use XCTAssert and related functions to verify your tests produce the correct results.
  26. }
  27. }