An open API service indexing awesome lists of open source software.

https://github.com/prashanth-sams/wiremock-jvm-workshop

Backend with WireMock stubbed data
https://github.com/prashanth-sams/wiremock-jvm-workshop

wiremock

Last synced: 6 months ago
JSON representation

Backend with WireMock stubbed data

Awesome Lists containing this project

README

          

# Wiremock JVM workshop
> Backend with WireMock stubbed data

### Features

- [x] Static port
- [x] Dynamic Port
- [x] JUnit5 Tags
- [x] Interface configuration

### Test Execution
```shell
mvn clean test
```