VOOZH about

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

⇱ MockMvc 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 »
  • Enterprise Java👁 Image
    Omozegie AziegbeOctober 24th, 2024
    2 1,202

    Spring MVC Testing: SpringBootTest vs WebMvcTest

    When testing RESTful applications in Spring Boot, choosing between @SpringBootTest and @WebMvcTest is essential for efficient testing. These annotations serve…

    Read More »
Back to top button
Close