summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLCalloutViewDelegateTests.swift
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/MGLCalloutViewDelegateTests.swift')
-rw-r--r--platform/ios/test/MGLCalloutViewDelegateTests.swift35
1 files changed, 35 insertions, 0 deletions
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.
+ }
+ }
+
+}