Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 468 Bytes

README.MD

File metadata and controls

9 lines (7 loc) · 468 Bytes

Day 21 - Wiremock

One of the software parts that should be tested are interfaces. This task will focus on outgoing REST interface - so a situation when our application is a client.

For this task, you must provide wiremock mapping so the tests will pass. Wiremock can keep its mapping as a files under /mappings directory in resources. Application is already configured. One test will fail due to misconfiguration of mapping. Second one is missing mapping at all.