VOOZH about

URL: https://www.javacodegeeks.com/tag/wiremock

⇱ Wiremock Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Omozegie AziegbeJuly 22nd, 2025
    0 914

    Simulate OAuth2 SSO in Spring Using MockMvc and WireMock

    Testing Spring Boot applications secured with OAuth2 Single Sign-On (SSO) can be difficult, especially when authentication relies on an external…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouApril 15th, 2025
    0 361

    Mocking Serverless & gRPC: When Mockito Isn’t Enough

    Modern distributed systems combine serverless functions and gRPC microservices, creating new testing challenges that traditional mocking tools can’t handle. Let’s…

    Read More »
  • Enterprise Java👁 Image
    Mary ZhengApril 9th, 2025
    0 1,610

    WireMock with Spring Boot Example

    1. Introduction WireMock is a powerful HTTP mock server that stubs and verifies HTTP requests. It provides a controlled test…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouDecember 13th, 2024
    0 577

    Mastering WireMock: Testing RESTful Services in Java Simplified

    In the era of RESTful APIs, ensuring the reliability and robustness of service integrations is crucial. Testing these APIs can…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Chris AnatalioSeptember 28th, 2016
    2 1,965

    Integrate Wiremock into Spring Boot Java Web Application for Mocking External Dependencies

    Introduction WireMock is a mock server for HTTP-based APIs. Some might consider it a service virtualization tool or a mock…

    Read More »
Back to top button
Close