File tree Expand file tree Collapse file tree
onebusaway-sdk-java-core/src
main/kotlin/org/onebusaway/core/http
test/kotlin/org/onebusaway/core/http Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // File generated from our OpenAPI spec by Stainless.
2+
13package org.onebusaway.core.http
24
35import java.io.IOException
Original file line number Diff line number Diff line change 1+ // File generated from our OpenAPI spec by Stainless.
2+
13package org.onebusaway.core.http
24
3- import com.github.tomakehurst.wiremock.client.WireMock.*
5+ import com.github.tomakehurst.wiremock.client.WireMock.equalTo
6+ import com.github.tomakehurst.wiremock.client.WireMock.matching
7+ import com.github.tomakehurst.wiremock.client.WireMock.ok
8+ import com.github.tomakehurst.wiremock.client.WireMock.post
9+ import com.github.tomakehurst.wiremock.client.WireMock.postRequestedFor
10+ import com.github.tomakehurst.wiremock.client.WireMock.resetAllScenarios
11+ import com.github.tomakehurst.wiremock.client.WireMock.serviceUnavailable
12+ import com.github.tomakehurst.wiremock.client.WireMock.stubFor
13+ import com.github.tomakehurst.wiremock.client.WireMock.urlPathEqualTo
14+ import com.github.tomakehurst.wiremock.client.WireMock.verify
415import com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo
516import com.github.tomakehurst.wiremock.junit5.WireMockTest
617import com.github.tomakehurst.wiremock.stubbing.Scenario
You can’t perform that action at this time.
0 commit comments