Skip to content

Commit eb7da18

Browse files
author
Bobby Sudekum
committed
add more objc bridge tests
1 parent 6415b93 commit eb7da18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MapboxGeocoderTests/BridgingTests.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@ - (void)testForwardGeocodingOptions {
1919
XCTAssertNotNil([[MBForwardGeocodeOptions alloc] initWithQuery:@"Golden Gate Bridge"]);
2020
}
2121

22+
- (void)testMBGeocoder {
23+
XCTAssertNotNil([[MBGeocoder alloc] initWithAccessToken:@"pk.foo"]);
24+
}
25+
26+
- (void)testMBPlacemark {
27+
XCTAssertNotNil([MBPlacemark alloc]);
28+
}
29+
2230
@end

0 commit comments

Comments
 (0)