From f1cf48c9cca48e81ac73ab98af5d44d6dcc35aab Mon Sep 17 00:00:00 2001 From: jmkiley Date: Mon, 19 Jun 2017 18:55:24 -0700 Subject: [ios] Added MGLOverlay tests --- .../ios/test/MGLCalloutViewDelegateTests.swift | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 platform/ios/test/MGLCalloutViewDelegateTests.swift (limited to 'platform/ios/test/MGLCalloutViewDelegateTests.swift') diff --git a/platform/ios/test/MGLCalloutViewDelegateTests.swift b/platform/ios/test/MGLCalloutViewDelegateTests.swift new file mode 100644 index 0000000000..66e9e76fe1 --- /dev/null +++ b/platform/ios/test/MGLCalloutViewDelegateTests.swift @@ -0,0 +1,35 @@ +// +// MGLCalloutViewDelegate.swift +// ios +// +// Created by Jordan Kiley on 6/19/17. +// Copyright © 2017 Mapbox. All rights reserved. +// + +import XCTest + +class MGLCalloutViewDelegate: XCTestCase { + + override func setUp() { + super.setUp() + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +} -- cgit v1.2.1