WireMock JUnit 4 Test Setup For Integration Tests

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 3

  • @glebaks401
    @glebaks401 Год назад

    thank you, great video!

  • @vishnumv5
    @vishnumv5 3 года назад +1

    Have you tried spring cloud contract which provides wiremock auto configuration? Is it a better option with junit5?

    • @rieckpil
      @rieckpil  3 года назад +1

      Hi Vishnu,
      yes - that's a great option when a project uses Spring Cloud Contract. In the upcoming video of the series, I'll explain how to work with WireMock with JUnit 5 without Spring Cloud Contract.
      If a project already contains contract tests, then I would go with the auto-configuration as it simplifies the setup.