Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.06 KB

File metadata and controls

14 lines (10 loc) · 1.06 KB

wiremock-for-java-developers

This repository has the code to explore for the wiremock course.

  • movie-app-boot - This codebase has the intergation of Spring Boot and WireMock.
  • movies-app-final - This codebase has the RestClients built with Spring WebClient and the automated test cases interact with the wiremock using JUnit5.
  • movies-app-junit4 - This codebase has the RestClients built with Spring WebClient and the automated test cases interact with the wiremock using JUnit4.
  • movies-app - This codebase has the RestClients built with Spring WebClient and the automated test cases interact with the actual movies-restful-service.
  • movies-restful-service - This codebase has the RestClients built with Spring WebClient and the automated test cases interact with the actual movies-restful-service.

Movies RestFul Service