WireMock Spring Boot

Home » Blog » Software » Enterprise Software » WireMock Spring Boot

WireMock is an API mocking tool that enables developers to simulate REST APIs during testing. In a system-under-test fashion, it allows us to remove external, potentially flaky, dependencies from our test environment to make our unit tests more focussed and more reliable.

WireMock Spring Boot is a new library by consultant and prolific open source contributor Maciej Walkowiak that “drastically simplifies WireMock configuration in a Spring Boot and JUnit 5 application”.

Featuring a fully declarative WireMock setup and automatic Spring environment setup, WireMock Spring Boot simplifies getting started with WireMock in a Spring Boot testing environment.

About the author: Bjoern
Independent IT consultant, entrepreneur

Leave a Comment