Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ルールを使用して、wiremock を使用したいくつかのテストがあります。
@Rule public WireMockRule rules = new WireMockRule(PORT);
これは古いアプリで、wiremock バージョン 1.7 を使用しています。2.4.1 にアップグレードしたので、一部のテストが失敗します。実際の HTTP クエリは Hystrix を介して実行されるため、問題になる可能性があります。