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.

30 lines
453 B

6 years ago
5 years ago
6 years ago
6 years ago
6 years ago
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 GME_RemitUITests: XCTestCase {
  10. override func setUp() {
  11. super.setUp()
  12. continueAfterFailure = false
  13. XCUIApplication().launch()
  14. }
  15. override func tearDown() {
  16. super.tearDown()
  17. }
  18. func testExample() {
  19. }
  20. }