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
1006 B

6 years ago
  1. //
  2. // GMERemittanceTests.swift
  3. // GMERemittanceTests
  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. @testable import GMERemittance
  10. class GMERemittanceTests: XCTestCase {
  11. override func setUp() {
  12. super.setUp()
  13. // Put setup code here. This method is called before the invocation of each test method in the class.
  14. }
  15. override func tearDown() {
  16. // Put teardown code here. This method is called after the invocation of each test method in the class.
  17. super.tearDown()
  18. }
  19. func testExample() {
  20. // This is an example of a functional test case.
  21. // Use XCTAssert and related functions to verify your tests produce the correct results.
  22. }
  23. func testPerformanceExample() {
  24. // This is an example of a performance test case.
  25. self.measure {
  26. // Put the code you want to measure the time of here.
  27. }
  28. }
  29. }