golang - Kotlinのmicroservice構成のConsumer-Driven Contract testingをpactをつかって作ってみた

今回はConsumer-Driven Contract testingのサンプルを作ってみました。以前のSelenideを使ったE2Eの記事の流れからConsumer-Driven Contract testingも試してみようというモチベーションです。 Consumer-Driven Contract testingとは Consumer-Driven Contract(以下、CDC)で検索すると定義についての記事がたくさん見つ…