Skip to content

Commit

Permalink
Add mark declarations to MockResponse file
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Feb 14, 2024
1 parent 00b7474 commit 2fe6b25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/MapboxSearchUITests/MockWebServer/MockResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ protocol MockResponse {
static var coreApiType: CoreSearchEngine.ApiType { get }
}

// MARK: - Geocoding

enum GeocodingMockResponse: MockResponse {
case forwardGeocoding
case reverseGeocoding
Expand Down Expand Up @@ -65,6 +67,8 @@ enum GeocodingMockResponse: MockResponse {
}
}

// MARK: - SBS

enum SBSMockResponse: MockResponse {
case suggestEmpty
case suggestMinsk
Expand Down Expand Up @@ -213,6 +217,8 @@ enum SBSMockResponse: MockResponse {
}
}

// MARK: - Autofill

enum AutofillMockResponse: MockResponse {
case suggestAddressSanFrancisco
case retrieveAddressSanFrancisco
Expand Down

0 comments on commit 2fe6b25

Please sign in to comment.