init
This commit is contained in:
25
node_modules/@capacitor/google-maps/ios/Tests/CapacitorGoogleMapsPluginTests/CapacitorGoogleMapsTests.swift
generated
vendored
Normal file
25
node_modules/@capacitor/google-maps/ios/Tests/CapacitorGoogleMapsPluginTests/CapacitorGoogleMapsTests.swift
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
import XCTest
|
||||
@testable import Plugin
|
||||
|
||||
class CapacitorGoogleMapsTests: 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 testEcho() {
|
||||
// This is an example of a functional test case for a plugin.
|
||||
// Use XCTAssert and related functions to verify your tests produce the correct results.
|
||||
|
||||
let implementation = CapacitorGoogleMaps()
|
||||
let value = "Hello, World!"
|
||||
let result = implementation.echo(value)
|
||||
|
||||
XCTAssertEqual(value, result)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user